This procedure describes how to configure a dataflow to support runtime options for Read from File stage.
Dataflow Options Rules
- Character Encoding: All encoding types that are valid for the underlying JVM are accepted. This option cannot be empty.
- Field Separator: Any single character delimiter is accepted. Currently, HEX values and spaces are not supported.
- Text Qualifier: Any single character qualifier is accepted. HEX values are not supported.
- Record Length: Only integers accepted. Cannot be blank or non numeric.
- Starting Record: Only integers accepted. Cannot be non numeric.
- Max records: Only integers accepted. Cannot be non numeric.
- First Row is Header: Only boolean values of true and false accepted. Cannot be blank.