• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Import CSV or PDF Bookmarks file selection
#3
The reason you can't import multiple csv at once is because a UI has to be shown asking you what songs you want to pick from the CSV. If I allowed multiple files, then I would either need to add one tab per file to the dialog (requiring significant UI and backend changes) or I'd have to change the flow entirely so that it displays the dialog for the first CSV, then after you tap OK and the file is imported, then it displays the dialog for the second csv, and so on, which is not much better than just importing one at a time, and also requires significant changes to the code to cache all of the selected files and allow them to be processed one at a time after each import is complete. If I support a mode where the UI is not shown and all songs are automatically added from every selected CSV, that could certainly work, but I'm not sure if that is what you are asking for.

As far as why I allow multiple selection at all, it's because you can pick one CSV and one PDF, and MobileSheets will pair those together instead of looking for the PDF based on the CSV name.

If you are saying you do want me to make the change described above where I cache all the selected files and process them one-by-one after each import is complete, I can do that, but I'd like to hear from more users if they want that, as it will divert my attention away from other requested features.

Mike
Reply


Messages In This Thread
RE: Import CSV or PDF Bookmarks file selection - by Zubersoft - 11-27-2024, 06:24 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.