Delete csv-Files after reading

Hello all together,

in our workflow we read a csv-file with the file-reader-node and update a database table  with this file. After updating the database table we use the write csv-writer-node to write the csv-file to an archiv-folder.

Now we want to delete the orginial csv-file. How can we do this?

Thanks for help!

DLB_Analytics

 

 

For deleting local files, provided the filename(s) are in a String column of a table, you can use the String to URI node followed by the Delete Files node (part of IO --> File Handling --> Remote).

A local filename should look something like this:

file://C:/temp/test.txt

Cheers,
Marco.

1 Like

Thanks a lot that helped!

DLB_Analytics