github-csv-tools icon indicating copy to clipboard operation
github-csv-tools copied to clipboard

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

Open jrsteensen opened this issue 1 year ago • 2 comments

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 avatar Sep 12 '22 16:09 jrsteensen

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.

jrsteensen avatar Sep 13 '22 02:09 jrsteensen

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

Is yours the same?

slam-campup avatar Sep 14 '22 01:09 slam-campup