gavinr / github-csv-tools

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

Title required by GitHub, but not found in CSV. #18

Closed Dinand-mmit closed 4 years ago

Dinand-mmit commented 4 years ago

Really stocked by import a csv file (from azure) with (backlog)issues. After alle information as token, organisation and repo, it gives me Title required by GitHub, but not found in CSV.

But the first line in the csv is: ID,Work Item Type,Title,Assigned To,State,Tags

I tested the csv online and in excel. Both work perfect, so the format is right. Even after conversion a rewritten file gives the same message.

I attached a small version with 1 sample item (Upload refush csv, renamed to txt). It give the same message AzureIssues.txt

Can you help me to solve this, please.

gavinr commented 4 years ago

Please try setting title as the column name (all lower case). See the example CSV files here: https://github.com/gavinr/github-csv-tools/tree/master/test

Dinand-mmit commented 4 years ago

That wasn't very smart of me, sorry. Yes it works perfect, thank you.

benbowler commented 3 years ago

If anyone comes to this later, I was getting this error when exporting the wrong CSV type from Excel, the MS-DOS csv works, the other types do now.