farling42 / obsidian-import-json

Plug-in for Obsidian.md which will create Notes from JSON files
MIT License
85 stars 5 forks source link

Importing .csv with no result #22

Closed Celldeth closed 2 years ago

Celldeth commented 2 years ago

Hi there, I'm getting no results when trying to import my .csv files. Here are my steps:

download google sheet as .csv file create note in obsidian with handlebar create destination folder for import use json/csv importer designating to each of the previous

The result is a "import finished" in the top right, but no new notes created.

Below is the .csv and .md handlebar note that I used

Mal'Gama Deities - Deities.csv

Handlebar Template (deity list).md

This is the Error in Console:

Missing helper: "Divine" FOR ROW: [object Object]

farling42 commented 2 years ago

It looks like you have a space in your column name which is causing the problem. If you remove spaces from your column titles and use those new titles in your markdown file then it should work properly. Regards,MartinOn 8 Jul 2022 19:04, Celldeth @.***> wrote: Hi there, I'm getting no results when trying to import my .csv files. Here are my steps: download google sheet as .csv file create note in obsidian with handlebar create destination folder for import use json/csv importer designating to each of the previous The result is a "import finished" in the top right, but no new notes created. Below is the .csv and .md handlebar note that I used Mal'Gama Deities - Deities.csv Handlebar Template (deity list).md This is the Error in Console: Missing helper: "Divine" FOR ROW: [object Object]

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Celldeth commented 2 years ago

Just ran it again and it worked after replacing spaces with "-" and removing one of my "." in one of the titles. So strange, i thought i checked that and got the same error. In any case, thank you very much.