vzhd1701 / csv2notion

Import/Merge CSV files into Notion database
MIT License
74 stars 10 forks source link

Termina thinks .csv file is a command #39

Open DanielColinaCuartin opened 5 months ago

DanielColinaCuartin commented 5 months ago

I tried running sudo csv2notion --add-missing-relations --token [TOKEN] --url [URL] resort_data.csv

And I get an error saying zsh: command not found: resort_data.csv

So It must think my csv is a command for some reason? I tried putting the token and URL within quotation marks "" but still get the same issue. If I move the --add-missing-relations flag, I get told that command could not be found.