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

Silent fail when spaces are present in tags list —

Open slam-campup opened this issue 3 years ago • 0 comments

I imported a csv with 131 rows. The issues field had spaces in them, e.g. "Engagement, Plugin, slam"

github-csv-tools ran as expected listing "Imported issue:" for each row present. Output ended with Created 131 issues, and had 0 failures.

However, 0 issues were present in the Github Issues for that repo.

I edited the file to remove all spaces between items and to remove any empty items e.g. ,,. Re-ran import in verbose mode. github-csv-tools ran as expected listing "Imported issue:" for each row present. Created 131 issues, and had 0 failures.

However, there are only 110 items in the Issue. Some issues silent failed and I don't know why.

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