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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

A stand-alone Talend program

I have to develop a program to split 2 columns source into n columns of different attributes (last name, first name, etc.)
There is an Excel file at the input with 2 columns and an Excel file at the output with n columns.
I chose Talend to do this work with the tRegexField component that would allow me to split according to the split rules for each attribute.
Once this is done, I plan to save it as .jar and create a .bat file to run it.

The blocking point is that all this is for my client and he will have to modify the Excel input file as well. He doesn't have Talend and wouldn't want to install it.

What do you recommend to me to make it right, robust and autonomous?

 

Labels (3)
3 Replies
Anonymous
Not applicable
Author

How and what the client will modify the Excel input file? Just change the file path or add or remove columns or change the column order?

Anonymous
Not applicable
Author

Hi,

The client should be able to either replace the file with same column either replace old lines by new. It's almost the same for me. The path must remain unchanged

Anonymous
Not applicable
Author

You can define the file path with a context variable, set a default value to context variable. It enables you to pass a new file path value to context variable when you execute the .bat file out of Talend Studio.