MobileSheets Forums
Multiple csv file selectin - Printable Version

+- MobileSheets Forums (https://www.zubersoft.com/mobilesheets/forum)
+-- Forum: Support (https://www.zubersoft.com/mobilesheets/forum/forum-1.html)
+--- Forum: MobileSheets (Android) (https://www.zubersoft.com/mobilesheets/forum/forum-23.html)
+--- Thread: Multiple csv file selectin (/thread-11046.html)



Multiple csv file selectin - Frank Cox - 02-05-2024

When importing a csv file the selection box that comes up allows you to select multiple files in a single directory, but when you select multiple files and process them only the top selection is actually used.

You should probably either allow only one selection (using the round checkboxes instead of the square ones) or add code to process multiple csv files in one shot.  The first option is probably easier.


RE: Multiple csv file selectin - Zubersoft - 02-05-2024

The reason I allow multi-selection is so that you can select both the csv you want to use and the PDF to use with that csv. This is to handle scenarios where the csv and pdf do not have the same name for some reason. This also means that on Windows and iOS, you can select both files at once instead of selecting one, then having to select the other (as the Windows and iOS versions of MobileSheets won't have permission to access a file the user didn't explicitly pick). So it's better for me to be consistent across operating systems in my opinion.

Mike