GitMurf / csv-to-roam-table-md

Prepare/convert your CSV tables to be ready to import into your Roam Research database.
MIT License
8 stars 1 forks source link

Max of 10 markdown pages to import at once #23

Open GitMurf opened 4 years ago

GitMurf commented 4 years ago

Describe the bug

3:21 PM EA do you know if there is any way around the import limit of 10 files? 4:31 PM Murf I didn’t even know there was an import limit! You mean when doing the Roam import if you select more than 10 files it gives an error?

GitMurf commented 4 years ago

Maybe as a workaround split each set of 10 pages from CSV conversion script into subfolders 1, 2, 3, 4 etc. for each chunk of 10 so that you can upload folder one pages (10) and then folder 2 etc. to more easily support workflow of importing 10 at a time.

GitMurf commented 4 years ago

9:05 AM Murf @EA Maybe as a workaround I have the script split each set of 10 pages from CSV conversion script into subfolders 1, 2, 3, 4 etc. for each chunk of 10 so that you can upload folder one pages (10) and then folder 2 etc. to more easily support workflow of importing 10 at a time? 9:07 AM EA That would certainly help. 9:07 AM Murf so if there are 30 pages (i.e. 30 rows in CSV) then the script would create "1", "2", "3" folders and each would have 10 pages in them totalling the 30? 9:07 AM EA Yes 9:08 AM Murf technically 30 pages would be 29 rows in the CSV because of the summary page.