MFI [...] has a faster CSV reader than open() uses. (*)
This makes MultiFileImport extremely fast!
But sometimes, a measurement file has a very complicated file structure such that it is much easier to import multiple files separately, process them and at the end: stack them.
Unfortunately, because of (*), using Open(...) in a for loop takes forever.
On the other hand: importing hundreds of files via MFI - without stacking them - is also slow because there is no option to hide the files.
--> Most of the time is spent to display hundreds of Jmp windows.
What is the improvement you would like to see?
Please add an option "invisible" to the MFI file import.
Why is this idea important? There seems to be a white spot of Jmp:
MFI is very fast ... but very limited in the way the csv file has to be formatted.
Open(...) and some preprocessing is more flexible ... but extremely slow compared to MFI.
MFI gets slow if the files are not stacked, but opened separately (opening the windows takes longer than reading the files)
I don't know what other users do if they want to import a large quantity of files - if the header format is too complicated for standard MFI preprocessing.
Why is this idea important? Adding an option "invisible" to MFI will fix the issue: - MFI is fast
- with invisible activated, MFI is still fast when the input files are not stacked
- this allows some processing before the files are stacked
--> tiny change --> huge improvement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.