Import CSV
Hello,
I face a problem while importing questions through a CSV file. The file appears to have been accepted by the server – I do not receive any warning messages here. After the “Adding questions has begun. Please do not leave this page until complete.” message, I can see that all 13 questions are added one by one and the final message in green colour is “ALL QUESTIONS HAVE BEEN ADDED”, together with “added 13 / 13 questions.” However, there is no quiz and not a single question on the HD Quiz – Quizzes page. Not a single one of these questions is in the database, either. I provide you with a link to the CSV file in case you would like to test it yourself.
Thanks in advance.
Hi Hakan,
thank you for providing the CSV file! Made this very easy to find the solution.
The problem is that this isn’t a CSV. I mean, it uses the .csv extension, but the problem is that you are using a semi-colon ; as the delimiter.
CSV means “comma separated values”, so you need to use a comma , as the delimiter 🙂
You’ll need to change the delimiter in whatever program you used to create this file, or you can simply open in a text editor and do a search and replace all to change the semicolons to commas.
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.