I need to batch import multiple files with tab separated data. How can I do that with the File plug-in?
This is a general description of how you can make this work. Create a ScriptMaker Script with only the import script with a fixed filename and tab separated as selection. Test if this works. Then in a loop use the TrFile_CopyFile function to copy from your source files to the fixed filename and do the import script. See the Multi Image Import example for a similar way to import but for images (Image Import.FP7).