Hi there,
What is the recommended approach to invent / create new columns that can be populated by a table script on an integration job? Let's say I have three custom fields:
IsInternational
HasColor
CanBuyOnline
In a table script I like to populate their values with some custom logic (based on the values of other columns for example). How would I go about doing that? It seems that in order to set the destination column's value (bound to one of the custom fields) I need to create a *source* column in the table script. However, the source doesn't exist in the mapping and therefore not in the table script.
Any ideas? Adding a new column mapping gives me a new mapping row where I can select my custom field as the destination, but I can't select an empty / new source.
Imar