Can anybody tell me how I can import data from an excel spreadsheet format to my database
The excell format is:
userID Answers set 1 Answers set 2
1 4,4,2 4,4,4,4,5,5,3,5,4,4,4,4,5
2 4,4,4 3,3,3,4,5,5,5,5,4,4,4,5,4
The problem is that the excel spreadsheet has multiple answers in two different cells.
I want to be able to add a single row for each answer in set 1 and set 2
ie
ID , userID, Questionset ANSWER
1 1 1 4
2 1 1 4
3 1 1 2
4 1 2 4
5 1 2 4 ... and so on
Can anybody help with this?
The excell format is:
userID Answers set 1 Answers set 2
1 4,4,2 4,4,4,4,5,5,3,5,4,4,4,4,5
2 4,4,4 3,3,3,4,5,5,5,5,4,4,4,5,4
The problem is that the excel spreadsheet has multiple answers in two different cells.
I want to be able to add a single row for each answer in set 1 and set 2
ie
ID , userID, Questionset ANSWER
1 1 1 4
2 1 1 4
3 1 1 2
4 1 2 4
5 1 2 4 ... and so on
Can anybody help with this?