This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release/2.11.0
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/release/2.11.0 by this push:
new febccd7e9e Add html to text documentation page , fixes #4668
febccd7e9e is described below
commit febccd7e9eb21b7b83edb31a8b4d5619f61519cb
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Dec 5 14:02:31 2024 +0100
Add html to text documentation page , fixes #4668
---
docs/hop-user-manual/modules/ROOT/nav.adoc | 2 ++
.../ROOT/pages/pipeline/transforms/html2text.adoc | 38 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/docs/hop-user-manual/modules/ROOT/nav.adoc
b/docs/hop-user-manual/modules/ROOT/nav.adoc
index 65c6d990bb..99d0ed2d44 100644
--- a/docs/hop-user-manual/modules/ROOT/nav.adoc
+++ b/docs/hop-user-manual/modules/ROOT/nav.adoc
@@ -158,6 +158,7 @@ under the License.
*** xref:pipeline/transforms/google-sheets-input.adoc[Google Sheets Input]
*** xref:pipeline/transforms/google-sheets-output.adoc[Google Sheets Output]
*** xref:pipeline/transforms/groupby.adoc[Group By]
+*** xref:pipeline/transforms/html2text.adoc[HTML 2 Text]
*** xref:pipeline/transforms/http.adoc[HTTP client]
*** xref:pipeline/transforms/httppost.adoc[HTTP Post]
*** xref:pipeline/transforms/identifylastrow.adoc[Identify last row in a
stream]
@@ -245,6 +246,7 @@ under the License.
*** xref:pipeline/transforms/splunkinput.adoc[Splunk Input]
*** xref:pipeline/transforms/sqlfileoutput.adoc[SQL File Output]
*** xref:pipeline/transforms/standardizephonenumber.adoc[Standardize Phone
Number]
+*** xref:pipeline/transforms/stanfordnlp.adoc[Stanford NLP]
*** xref:pipeline/transforms/schemamapping.adoc[Static Schema Mapping]
*** xref:pipeline/transforms/streamlookup.adoc[Stream Lookup]
*** xref:pipeline/transforms/streamschemamerge.adoc[Stream Schema Merge]
diff --git
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/html2text.adoc
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/html2text.adoc
new file mode 100644
index 0000000000..b41dc7df78
--- /dev/null
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/html2text.adoc
@@ -0,0 +1,38 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+:documentationPath: /pipeline/transforms/
+:language: en_US
+:description: The HTML 2 Text Transform allows you to parse an HTML page and
convert the content to text
+
+= image:transforms/icons/html2text.svg[HTML 2 text transform Icon,
role="image-doc-icon"] HTML 2 Text Transform
+
+[%noheader,cols="3a,1a", role="table-no-borders" ]
+|===
+|
+== Description
+The HTML 2 Text Transform allows you to parse an HTML page and convert the
content to text
+
+|
+== Supported Engines
+[%noheader,cols="2,1a",frame=none, role="table-supported-engines"]
+!===
+!Hop Engine! image:check_mark.svg[Supported, 24]
+!Spark! image:question_mark.svg[Maybe Supported, 24]
+!Flink! image:question_mark.svg[Maybe Supported, 24]
+!Dataflow! image:question_mark.svg[Maybe Supported, 24]
+!===
+|===