How To Combine Multiple Text Files

I have about 10-15 txt files that I would like to combine and then implement the column delimiter which is a comma and then a row delimiter which seems to be a /.

I tried using CSV reader for 1 file, but it wouldn’t read it.

I tried using the list files node connecting to the table row to variable loop start and then connecting it to file reader. However, I cannot seem to figure out how to configure file reader.

@CarishmaM you will have to close the loop

And also you could check out some example how to import text files

2 Likes

Ah wanted to add this link, more about loops

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.