forked from apache/hop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix layout for Detect language transform apache#4444
Adapt dialog constructor method Add support for MDI Add basic documentation
- Loading branch information
Showing
6 changed files
with
96 additions
and
73 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.../hop-user-manual/modules/ROOT/assets/images/transforms/icons/detectlanguage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/detectlanguage.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
//// | ||
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 Detect Empty Stream transform outputs one single empty row of data if the input stream is empty (ie when input stream does not contain any row). The output row will have the same field layout as the input row, but all field values will be empty (null). | ||
|
||
= image:transforms/icons/detect.svg[Detect Language transform Icon, role="image-doc-icon"] Detect Language | ||
|
||
[%noheader,cols="3a,1a", role="table-no-borders" ] | ||
|=== | ||
| | ||
== Description | ||
|
||
The Detect Language transform examine text to identify the language. | ||
|
||
| | ||
== 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] | ||
!=== | ||
|=== | ||
|
||
== Options | ||
|
||
[options="header"] | ||
|=== | ||
|Option|Description | ||
|Transform name|Name of the transform. | ||
This name must be unique throughout the pipeline. | ||
|=== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters