Imports data from a CSV file into a database table.
The filename should be the {tablename}.csv
, and it must be in FD_ARTIFACTS_DIR.
Environment/Instance Properties
...
Input Name | Input Code | Required | Description |
---|---|---|---|
User |
| No | The username that will be used to connect with. This input takes precedence over the environment instance scoped |
Password |
| No | The password for |
Null String |
| No | A string that will be inserted into the CSV file to represent a null value. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes a CSV file artifacts from the artifacts repository.
...