Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: johnpelzMost of our Input nodes support this functionality (multiple file input) out of the box. I believe the only one that does not is the Fixed Format File node but even in that case, we have a client version of the node that was enhanced to support it.
Anyways, let's assume the format is delimited. Simply run the output pin of the Directory List node into the input pin of the Delimited node and set the "FilenameExpr" parameter on the Delimited node to column name of the directory list output, which is FileName by default.
This will now cause the delimited node to process EACH file from the directory list.
See attached example.
Hope this helps.
Attachments:
Multiple_File_Example.zip