Looping multiple files from a folder

sachinmphasis
sachinmphasis New Altair Community Member
edited November 5 in Community Q&A

I am using "loop files" operator to input multiple files from a folder. Then i ask each file to go into my model and give specific output for each input file, but after the loop gets completed what i get is a single output file. So how is it possible to get separate output files or each input?

Tagged:

Answers

  • mmichel
    mmichel New Altair Community Member

    The Loop Files operator should return a collection of objects (make sure you have connected the out port inside the operator).

    If you still get only one result, check the 'filter' parameter of loop files. It may exclude the other files.

     

    Cheers,

    Marcel