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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to match date format fields and update records in the entire schema of database?

Hi All,

We have requirement to age old data of entire schema(14000 tables)  to 100 days. How to do the date pattern matching and update the date of 14000 tables. 

 

thanks,

Rajeev Kumar

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

There is a built-in function TalendDate.compareDate in talend. If you want to match date with a default date, you can join the both objects (main column and lookup column) in tMap.

Would you mind elaborating your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

Sabrina,
We have requirement to age the Data of entire table of database.To do
same,we have to increase the daytime column to 10 or 20 days . We want to
achieve this by using regex scipt which could help us automatically look
into enter datebase and update data accordingly in all tables.


Let me know if this can be done by Using talend transformation.

Thanks
Rajeev Kumar