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

On CSV Import, receive error "Title required by GitHub, but not found in CSV." #88

Closed jrsteensen closed 1 year ago

jrsteensen commented 1 year ago

When I try to import the attached CSV, I receive an error "Title required by GitHub, but not found in CSV."

Is this CSV malformed somehow?

image image

OH_drawing_issues.csv

jrsteensen commented 1 year ago

I tried it with the test csvs as well, and got the same thing. Not sure how to get a debug output on it, since it seems like its just not building the index on title, even though title is there.

slam-campup commented 1 year ago

The first row of my csv file looks like this: title,body,labels,milestone

Is yours the same?