You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2023/01/01 13:25:13 UTC

[GitHub] [incubator-seatunnel] liugddx commented on a diff in pull request #3781: [Feature][Transform-V2] add FieldMapper Transform

liugddx commented on code in PR #3781:
URL: https://github.com/apache/incubator-seatunnel/pull/3781#discussion_r1059751139


##########
docs/en/connector-v2/EnvConf.md:
##########
@@ -1,4 +1,4 @@
-# EnvConf
+# JobEnvConfig

Review Comment:
   change `EnvConfig.md` to `JobEnvConfig.md` ?



##########
docs/en/transform-v2/field-mapper.md:
##########
@@ -0,0 +1,64 @@
+# FieldMapper
+
+> FieldMapper transform plugin
+
+## Description
+
+Add input schema and output schema mapping.
+
+## Options
+
+| name               | type   | required | default value |
+|--------------------|--------| -------- |---------------|
+| field_mapper       | Object | yes      |               |
+
+### field_mapper [string]
+
+Specify the field mapping relationship between input and output
+
+### common options [string]

Review Comment:
   ```suggestion
   ### common options [config]
   ```



##########
docs/en/transform-v2/field-mapper.md:
##########
@@ -0,0 +1,64 @@
+# FieldMapper
+
+> FieldMapper transform plugin
+
+## Description
+
+Add input schema and output schema mapping.
+
+## Options
+
+| name               | type   | required | default value |
+|--------------------|--------| -------- |---------------|
+| field_mapper       | Object | yes      |               |
+
+### field_mapper [string]

Review Comment:
   ```suggestion
   ### field_mapper [config]
   ```



##########
docs/en/transform-v2/field-mapper.md:
##########
@@ -0,0 +1,64 @@
+# FieldMapper
+
+> FieldMapper transform plugin
+
+## Description
+
+Add input schema and output schema mapping.
+
+## Options
+
+| name               | type   | required | default value |
+|--------------------|--------| -------- |---------------|
+| field_mapper       | Object | yes      |               |
+
+### field_mapper [string]
+
+Specify the field mapping relationship between input and output
+
+### common options [string]
+
+Transform plugin common parameters, please refer to [Transform Plugin](common-options.md) for details

Review Comment:
   ```suggestion
   Transform plugin common parameters, please refer to [Transform Plugin](common-options.md) for details.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org