V vdudukov Member Licensed User Longtime User Nov 15, 2013 #1 Hello everybody. I am trying to find a solution, but without success. So, can somebody help me, please. Well i want to import whole .csv file into one SQL table. example PERSONAL.csv has 5 columns with about 100 records. ID,NAME,SURNAME,DATE OF BIRTH, ADDRESS I want to import whole file into SQL as PERSONAL table. Is it possible? Thanks! EDIT: I Found Solution Thanks everybody anyway! I love this community Last edited: Nov 15, 2013
Hello everybody. I am trying to find a solution, but without success. So, can somebody help me, please. Well i want to import whole .csv file into one SQL table. example PERSONAL.csv has 5 columns with about 100 records. ID,NAME,SURNAME,DATE OF BIRTH, ADDRESS I want to import whole file into SQL as PERSONAL table. Is it possible? Thanks! EDIT: I Found Solution Thanks everybody anyway! I love this community
eps Expert Licensed User Longtime User Nov 15, 2013 #2 What was your solution? I use the SQLite Firefox add-on for importing CSV files. Upvote 0