hansva commented on a change in pull request #916:
URL: https://github.com/apache/incubator-hop/pull/916#discussion_r663980871
##########
File path:
plugins/transforms/splitfieldtorows/src/main/java/org/apache/hop/pipeline/transforms/splitfieldtorows/SplitFieldToRowsMeta.java
##########
@@ -54,31 +55,41 @@
private static final Class<?> PKG = SplitFieldToRowsMeta.class; // For
Translator
/** Field to split */
+ @HopMetadataProperty(key="splitfield", injectionKey = "FIELD_TO_SPLIT",
injectionKeyDescription = "SplitFieldsToRow.Injection.FieldToSplit.Description")
private String splitField;
/** Split field based upon this delimiter. */
+ @HopMetadataProperty(injectionKey = "DELIMITER", injectionKeyDescription =
"SplitFieldsToRow.Injection.Delimiter.Description")
Review comment:
Missing key?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]