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
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
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