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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Changing Keyword based on business rules

Hi

 

I am new to Talend Studio and I'm trying to figure out if Talend Open Studio DQ  can do this or if I need something else. Assuming I have a column of data for database type, and I have entries such as MS SQL 2012, Microsoft SQL 2012. Microsoft 2012 SQL, etc Can I a. Change MS for Microsoft as part of the validation? Can I create a look up where all as set of possible MS SQL 2012 gets updated t MS SQL 2012 Workgroup Ed (as example)?

 

Thanks in advance.

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You should be able to do this using tMap: you would use the Find/Replace expression to replace "MS" with "Microsoft" in the output element. Your input to tMap would be something like tFileInputDelimited, tFileInputExcel, etc., and your output would be whatever format you want to save the file in.

 

Good luck!

 

David

View solution in original post

1 Reply
Anonymous
Not applicable
Author

You should be able to do this using tMap: you would use the Find/Replace expression to replace "MS" with "Microsoft" in the output element. Your input to tMap would be something like tFileInputDelimited, tFileInputExcel, etc., and your output would be whatever format you want to save the file in.

 

Good luck!

 

David