gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
650 stars 116 forks source link

Error: Error reading file #65

Closed zoebosschaart closed 2 years ago

zoebosschaart commented 2 years ago

Hi there,

our goal is to import a bulk of issues to our enterprise github organisation. However, each time that we try, we get the error in the screenshot. We have tried modifying the csv file with different seperators, and also different inputs for the organization. Could somebody help out to see what we do wrong here? Thanks!

image

gavinr commented 2 years ago

Please try with one of the demo CSVs in the test folder: https://github.com/gavinr/github-csv-tools/tree/master/test

zoebosschaart commented 2 years ago

Thanks, that helped very much, we had some issues with the system settings of the delimiter. I'll close this issue!