What inspired this wish list request?
MFI is a versatile tool to load multiple files at once.
There are many settings to adjust the behavior like: import as table/rows, adjust separators ...
For the header, there are options to specify the first header line and the number of header lines.
For the data, unfortunately, there is just an option to specify the first line with data - but no option to restrict the number of lines to read
MFI: load some rows
What is the improvement you would like to see?
Please add an option to specify the number of lines to read.
Why is this idea important?
If a restricted number of rows has to be read [e.g. if the user wants to read (part of) a complicated header], the only way at the moment is to read the whole file
and then delete the unwanted part.
The new option to restrict the number of lines to read will make MFI more versatile - and faster for cases where just a part of the file has to be read.
It can be extremely useful in combination with the option
<<Set Import Mode( "Row Per Line" )