coddingtonbear / obsidian-csv-table

Have a CSV file you want to render some or all of the data from? This plugin allows you to display that data in your obsidian preview.
MIT License
113 stars 5 forks source link

csv file 'xxxxx.csv' could not be found #6

Closed oscampo closed 2 years ago

oscampo commented 2 years ago

Hi, I recently installed your plugin, but no matter where I put my CSV file, I have the same error: CSV file 'xxxxx.csv' could not be found. I have Obsidian V0,13.6 on windows 11 (Build 2021.11.21.25838867)

coddingtonbear commented 2 years ago

The path to the csv file should be relative to your repository root; can you provide a little more information about what you have tried and where this CSV is in repo?

Although I did test this on windows long ago, there is definitely room for there being a bug on that platform since it’s not one I regularly use and there has been a report before (#3).

oscampo commented 2 years ago

Thanks! Using a path relative to the vault folder was enough to fix it.