Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows input format leads to no data #2

Open
domhel opened this issue Jul 14, 2022 · 0 comments · May be fixed by #4
Open

Windows input format leads to no data #2

domhel opened this issue Jul 14, 2022 · 0 comments · May be fixed by #4

Comments

@domhel
Copy link

domhel commented 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 called results_2022-07-14_10h21min.md and the query table works.

So the .\ seem to be the problem.

domhel added a commit to domhel/csv2logseq_block that referenced this issue Jul 14, 2022
@domhel domhel linked a pull request Jul 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant