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

Create Dynamic Output Files Based on Input File

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)

 

 

Labels (4)
4 Replies
Anonymous
Not applicable
Author

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 🙂

Anonymous
Not applicable
Author

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 

Anonymous
Not applicable
Author

Hi,

 

     If you are using Enterprise edition of Talend, below link may help you.

 

https://community.talend.com/t5/Design-and-Development/Load-schema-dynamically-from-a-file-table/td-...

 

     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 🙂

Anonymous
Not applicable
Author

thanks for reply

can you give me some example?