farling42 / obsidian-import-json

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

Plugin Just Not Doing Anything? #48

Closed noellecdv0 closed 1 year ago

noellecdv0 commented 1 year ago

I have been attempting to import a CSV file into bsidian using this plugin. Even though I believe I'm doing everything correctly and the plugin says "Import Finished" whenever I execute it, it never does anything/creates any files and I'm not sure how to troubleshoot what I'm doing wrong since it doesn't throw any error.

farling42 commented 1 year ago

If you open the console with ctrl-shift-i, can you check if there are any warnings or errors reported.

Also, if you change the filter in the console to "All Levels" instead of "Default Levels", to see if it is reporting any progress when you press the import button.

noellecdv0 commented 1 year ago

Oh wow, I didn't realize there even was a console! Here's what appears when I click import:

image
farling42 commented 1 year ago

Is it possible to get a screen capture of your settings for the import?

noellecdv0 commented 1 year ago

Oh wow, I am so sorry for wasting your time. I figured out the issue was that I had not removed the space in the column name I was using as the File Name attribute. Once I deleted it, the import worked! Thanks so much for going back and forth with me here. I really appreciate it!

farling42 commented 1 year ago

It's good to know that it is solved :-)