csv2logseq_block
csv2logseq_block copied to clipboard
Windows input format leads to no data
Hi, first of all, thanks for this script. It's really nice and helps a lot!
I'm using Windows and it's console auto-completed the following for me:
python .\csv2logseq.py .\results_2022-07-14_10h21min.csv "BPW34 Strommessungen"
This leads to a markdown file with the filename: .md
It has content as expected, but no filename and the query table has no data.
However, if I use this command: python csv2logseq.py results_2022-07-14_10h21min.csv "BPW 34 Strommessungen" it creates a file called results_2022-07-14_10h21min.md and the query table works.
So the .\ seem to be the problem.