Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want to create output file dynamically based on input file using tmap.
can anyone suggest me solution?
for example... suppose we have 4 files as input then dynamically 4 output should be generated in tmap ( without manual work done)
Hi,
Its not possible with tMap. Could you please elaborate the need for such a requirement?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Hi
If we have four seperate files lets say emp.txt, sal.txt, dept,txt, prod.txt
each having different attributes or columns like emp.txt (4) having 4 columns , like for sal.txt(5), dept,txt(6) , prod.txt (6)
now we have to create table / output according to input file dynamically.
means if next time if new file add with different columns it automatically created output.
please help
Hi,
If you are using Enterprise edition of Talend, below link may help you.
Again, for this case also, you will have to create custom java code to create tables dynamically. You can think about routine option to do this task.
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
thanks for reply
can you give me some example?