Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to write on the same file?

Hi,
I would like to write on a same file through Tmap
Exemple :
File Adress
-----------
Jacques;95240
Alain,75021
By way of tmap, the file in exit will become
File Adress
-----------
Jacques;95240,France
Alain,99021,USA
Thanks
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
I would like to write on a same file through Tmap
Exemple :
File Adress
-----------
Jacques;95240
Alain,99021
By way of tmap, the file in exit will become
File Adress
-----------
Jacques;95240,France
Alain,99021,USA
Thanks
Anonymous
Not applicable
Author

Hello
You need to output the data from a original file to a temporary file first, then read the data from this temporary file and use a tMap to add external columns, finally, output the new data to the original file.(see screenshots)
Best regards
shong
0683p000009MCMo.png 0683p000009MCMt.png
Anonymous
Not applicable
Author

Thanks shong