Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a long CSV file (exported from excel) that looks like this:

Architecture (ARCH),201,Basic Drawing,  9-12PM,   3
Architecture (ARCH),202,Graphic Commun, 9-12PM,   3
Architecture (ARCH),211,Digital Drawing,130-230PM,3
Architecture (ARCH),212,Understand Arch,10-11AM,  3

When I try to import it through the SQLite3 shell, it only takes the first line. How can I fix this?

share|improve this question
1  
Can you edit your post to include the commands you issued to the shell? – NickSlash Mar 16 at 5:02
Maybe this answer helps? – Reinier Torenbeek Mar 16 at 15:01
The commands were: create table classes(... .separator ',' .import classes.csv classes – Astephen2 Mar 16 at 21:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.