JSON Load
This load type allows writing tabular data in a JSON file. In the simple standard case, the target data format is fixed and predefined by the name of the source columns. Only the named root element can be configured. A more flexible JSON output structure can be achieved by defining a JSON template.
Settings
Data source | The component that provides the data to the load, e.g. extract or transform | ||||
Target connection | A connection of type JsonFile. | ||||
Mode |
|
||||
Root element | The name of the JSON root element. If not indicated default name is "data". |
||||
Json template | A Json expression describing the output structure for one source row. It contains placeholders for the source columns in the form #{<ColumnName>} Example: {"bookstore":{ |
||||
Do not generate empty file | Default: false |
Updated September 27, 2022