N
N
NEMMO2011-09-14 16:19:28
SQLite
NEMMO, 2011-09-14 16:19:28

csv import (800 megs) to sqlite?

I am interested in such a question, there is a text file in csv format separated by commas, the file size is 800 megabytes, it needs to be converted to sqlite, I tried a lot of programs, but they either hang or write that there is not enough memory, although RAM is 8 gigabytes + 4x core processor, the only thing what happened, import this database into access, but unfortunately I didn’t find export to sqlite there. Yes, here's another, is there a text editor that can open such a large file for editing? I tried FAR (writes in red letters - out of mem), notepad ++ (swears right away).
Maybe someone came across this and decided, I would be grateful if you help, thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
lafayette, 2011-09-14
@NEMMO

Navicat has an excellent Import Wizard. We select Text File there, put a comma in the field delimiter (for csv) and that's it. If required, it will even create the table structure for the imported data itself.
PS Navikat has a free version, but I'm not sure if this wizard is there.

J
jetman, 2011-09-14
@jetman

UltraEdit can open files of any size (see configuration in File Handling -> Temporary Files -> Open file without temp file).

S
slang, 2011-09-14
@slang

Use mysqlimport, it drives CSV into MySQL very quickly, and from there it is already in SQLite with a query, I think you can handle it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question