- style
import (JDBC)
Imports data from a CSV file into a database table.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
| Yes | The JDBC URL of the database. |
| No | The username that will be used to connect. |
| No | The password for |
| Yes | Classpath for locating the JDBC Driver (e.g. for Weblogic - {ORACLE_HOME}/oracle_common/modules/ oracle.jdbc_11.2.0/ojdbc6.jar). |
Project Properties
Property Name | Required | Description |
---|---|---|
| No | The table catalog that contains the table to import into. |
| No | The table schema that contains the table to import into. |
| Yes | The name of the table that contains the data to import into. |
Inputs
Input Name | Required | Description |
---|---|---|
| No | The username that will be used to connect with. This input takes precedence over the environment instance scoped |
| No | The password for |
| No | A string within the CSV that represents a null value. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes a CSV file artifacts from the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will randomly execute on one of the endpoint identified during selection.
Special Considerations
The import function uses the FDJDBC_INP_NULL_STRING
to identify a String value within the CSV file that represents null. When the CSV file is parsed, this string will be replaced with a null for the database insert.
Replacement Properties
See Appendix.
- style