Versions Compared

Key

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

...

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 Target scoped FDJDBC_USERproperty. This input is required if the FDJDBC_USERproperty is not specified.

Password

FDJDBC_INP_PASSWORD

No

The password for FDJDBC_INP_USER. This input takes precedence over the Target scoped FDJDBC_PASSWORDproperty. This input is required if the FDJDBC_PASSWORDproperty 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.

Where Clause To Filter Records

FDJDBC_INP_FILTER

No

An Input filter which works as a where condition in the SQL Query (e.g. CompanyName='Flexagon'). Note: "where" keyword is not required to be mentioned, just the criteria is required.

Artifacts

This operation produces a CSV file that will be stored in the artifacts repository.

...