Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there any option to overwrite existing file when using tFileOutputDelimited. I only see Append.
thank you!
I want the new file to overwrite if the such file already exists. I don't want the job to error out.
Hi,
I don't see that option in the tFileOutputDelimited! Could you please tell me where that untick option?
Here you go!
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 🙂
Thank you. I have a requirement like this.. I need to capture the rejected rows by applying multiple rules/conditions, here I want to append the rejected columns with 2-4- tmap reject criteria, so I will not be knowing which tmap has generated rejected rows, so I need to enable the append in all the reject criteria by writing to the same file. This is working fine but when running for the second time again same data gets appended instead of writing fresh into the file, for now what I have done is added a tFileDelete at the beginning, so it is creating a fresh file though append is enabled in all the tFileoutputDelimited component.
May be some other way may also be there, if so please advice.