Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
i am trying to design a talend job for which the requirements are -
i have about 20 files_names which are to be loaded on to db, but instead od building a complex job i thought of simpler way. What if we pass the context parameters with file_names dynamically and then write a check condition whether the file_name was passed previously or not and also to check for null file_names. each file_name would iterate over a tloop component and after a iteration it would take the next file name..
I am still not sure how to build or design this job? also how do i write the check condition for file names?
Can anyone help me with this?
Any help,hint etc. would be appreciated.
Thanks,
Ankit
Hi @TRF ,
Thanks for your suggestion,
but what concerns me is the check condition.
How do you suggest i tackle it?
Thanks,
Ankit