Generating Primary Keys and Defaults

Using SQL Functions

Writer SQl Function

When field is not mapped to anything:

Enter value (New York for example) into SQL function field and following SQL would be executed while inserting the data.

insert into Customers (CustomerID,,,,City)
values (CustomerValue,,,"New-York")

Using Defaults

Writer Default

When field is mapped:

Enter value (New York for example) into default field and this value will be used for inserts if source field is null or empty.

Note:

To insert empty string enter ’’ into default field.

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum

Posted on April 3, 2025 • 1 min read • 113 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License