Multiple File Import - Name Filter Problem and/or
Hi all,I have a folder full of measurement data already in the .jmp format. With JSL and the Multiple File Import I'm defining a search string which only should open files with that string. Here ist what that part of my script looks like:searchstring="202112*;*322958*";
dt_raw=Multiple File Import(
<<Set Folder( "C:\Folder\" ),
<<Set Show Hidden( 0 ),
<<Set Subfolders( 0 ),
<<Set Name Filter(
...