visualcurrent / Notion-2-Obsidan

Conversion routines to convert all Notion .md exports to full Obsidian compatibility
262 stars 47 forks source link

List Index out of Range #11

Open adityabindra opened 3 years ago

adityabindra commented 3 years ago

Hi,

Thanks for making this–we really appreciate it!

I am a long-time Notion user desperately trying to give Obsidian a try and wanted to test out what I’ve built so far using your converter.

Unfortunately, I run into this error. Any thoughts?

Traceback (most recent call last): File “C:/Users/adity/OneDrive/Desktop/Notion-2-Obsidan/N2O.py”, line 85, in mdTitle = N2Omodule.N2Ocsv(csvFile) File “C:\Users\adity\OneDrive\Desktop\Notion-2-Obsidan\N2Omodule.py”, line 68, in N2Ocsv IntLinks = list(dictionry.keys())[0] # Only want 1st column header IndexError: list index out of range