cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Private option for Import Multiple Files

 
3 Comments
Status changed to: Acknowledged

Hi @andrewtkarl, thank you for your suggestion! We have captured your request and will take it under consideration.

hogi
Level XI

and:
Invisible option for MFI

hogi
Level XI

What inspired this wish list request? 

In 

https://community.jmp.com/t5/Discussions/Open-multiple-Files/m-p/632068/highlight/true#M83045

@Craige_Hales explains:
  • 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