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

Merge output of two job in a single output file

Hi All,

How to merge two job output in a single output file.I am adding screenshot of my job:

0683p000009M0SX.png

I have to merge tFileOutputDelimited_3 and tFileOutputDelimited_4 out put in a single output file.Thanks in advance. 

 

 

Labels (2)
13 Replies
vapukov
Master II
Master II

because You are attaching as a source my example (sure not the best way, but it was created fast on one of the projects)

 

You can see below on the same page - for convert csv (comma delimited) string, I read from a file as \t (TAB) delimited, in this case, all row it a single column

 

If You check other links, You can create more elegant code of course

 

P.S.

You always could use csvkit, I use it as well from talend for different reasons

Anonymous
Not applicable
Author

hi vapukov,

I am able to generate json file. In place of delimited file I have used tFileInputFullRow.Job design is like that:0683p000009M0KV.png

Output of this job is:0683p000009M0Vq.png

 

 

 

Now I have to write the tJavaFlex output in a json file, how can I write that? Any guidance will very much favorable for me. Not able to use tFileOutputJson component, because I have to write tjavaFlex data in that generated output file.

Anonymous
Not applicable
Author

Hi Vapukov,

 

can you share small job design using CSVKIT, simple small demonstration, will help me in writing code elegantly. Thanks in advance.

Anonymous
Not applicable
Author

Solved using Jackson library, by creating a routine in talend.