You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
domhel
added a commit
to domhel/csv2logseq_block
that referenced
this issue
Jul 14, 2022
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 calledresults_2022-07-14_10h21min.md
and the query table works.So the
.\
seem to be the problem.The text was updated successfully, but these errors were encountered: