Exports data from a database table into a CSV file.
...
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
JDBC Catalog Name |
| No | The table catalog that contains the table to export. |
JDBC Schema Name |
| No | The table schema that contains the table to export. |
JDBC Table Name |
| Yes | The name of the table that contains the data to export. |
JDBC Fields |
| No | A comma-separated list of columns to include in the CSV file. If this input is left unspecified all columns will be exported. |
Inputs
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 produces a CSV file that will be stored in the artifacts repository.
...