On CSV Import, receive error "Title required by GitHub, but not found in CSV." #93
Answered
by
fabianchua6
jrsteensen
asked this question in
Help
|
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? |
Answered by
fabianchua6
Feb 10, 2023
Replies: 3 comments
|
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. |
0 replies
|
The first row of my csv file looks like this: Is yours the same? |
0 replies
|
I tried using the |
0 replies
Answer selected by
gavinr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


I tried using the
1.csvtest file, it works when I usedtitle, body, labelsAll the body has to be filled though.