Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Imports data from a CSV file into a database table.

The filename should be theĀ FDJDBC_TABLE_NAME.csv, and it . The file must be in theĀ FD_ARTIFACTS_DIR.

Environment/Instance Properties

...

Input Name

Input Code

Required

Description

User

FDJDBC_INP_USER

No

The username that will be used to connect with. This input takes precedence over the environment instance scoped FDJDBC_USER property. This input is required if the FDJDBC_USER property is not specified.

Password

FDJDBC_INP_PASSWORD

No

The password for FDJDBC_INP_USER. This input takes precedence over the environment instance scoped FDJDBC_PASSWORD property. This input is required if the FDJDBC_PASSWORD property is not specified.

Null String

FDJDBC_INP_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.

...