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

Write a file after another one

Hi !

I am really new in Talend ETL and i have a problem :

 I have two stock files : 

 

File one :

Ref Stock

A 10

B 56

C 78

...

 

File Two :

Ref Stock

HJ 89

LO 36

...

 

I want to merge them into one file with :

Ref Stock

A 10

...
HJ 89

...

 

These files are with 5.000 and 8.000 rows...

I tried with Unite and Tmap but it's not really successfull....

 

Thank you really for your help, i appreciate it.

(Sorry for my english)

 

Côme

Labels (2)
6 Replies
cmendels
Contributor III
Contributor III

Can you show us the schemas of your input files and how you set up your job?

Anonymous
Not applicable
Author

I'm pretty sure you will gasp when you see it !

 

0683p000009M93G.png0683p000009M8pk.png0683p000009M8ml.png

 

Thank you for your reply.

Côme

mks02
Creator
Creator

is there any delimited in both files? If yes, you can use below approach:

Flow 1: tFileInputDelimited -- tFileoutputDelimited

Flow 2: tFileInputDelimited2 -- tFileoutputDelimited   (Append mode)

It'll write both files in output.

Anonymous
Not applicable
Author

Thank you for your help,

 

I think it's on the good way, but i have a little problem,

why the out csv is like this ?

 

0683p000009M93L.png


Sans titre.png
mks02
Creator
Creator

The file you are using is not compatible with MS excel. Just open this in notepad++ and do check, if the data is in correct format with delimiter. 

Anonymous
Not applicable
Author

Yes, i tried but without success...