I have a csv file, and I should be able to read and create that file into DB using SQLite.
I have tried using csv-parser, but I'm unsure how to execute it. Whenever I try connecting it, I get this error
"SQLITE_NOTADB: file is not a database"
I have a csv file, and I should be able to read and create that file into DB using SQLite.
I have tried using csv-parser, but I'm unsure how to execute it. Whenever I try connecting it, I get this error
"SQLITE_NOTADB: file is not a database"