Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
JSlatorMHC
Contributor
Contributor

Added data field to every row

Hi,

Pretty new to Talend so sorry is this is a basic question.

I am extracting data from Salesforce using tSalesforceInput and then aim to load into Snowflake using tDBOutput. I will extracting the data daily.

Prior to loading into Snowflake i need to add a column and populate todays date into every row. This is so we can do some historical trend reporting.

Is there a good way to do this?

Thanks

John

Labels (4)
1 Solution

Accepted Solutions
brama
Contributor III
Contributor III

Use tmap, add additional column with date datatype and then assign current date function in derivation of the field and send to output. Remember current date function here will return​ time in talend server.

View solution in original post

1 Reply
brama
Contributor III
Contributor III

Use tmap, add additional column with date datatype and then assign current date function in derivation of the field and send to output. Remember current date function here will return​ time in talend server.