javascript - Importing CSV file into SQLite using sql.js -


i have csv file import sqlite database. see can done via sqlite command line. however, wondering if it's possible import csv via javascript.

currently, i'm using sql.js library interface sqlite javascript.

thanks in advance!

i wondering if it's possible import csv via javascript

yes possible, csv data, , sqlite database, yes can put data in database.

you need figure out how want store data first, read csv data, format accordingly, , save sqlite db.

there number of javascript libraries reading csv data on npm.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -