Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: dynamic bulk insert in sqlite

by erix (Prior)
on Sep 22, 2012 at 08:29 UTC ( [id://995080]=note: print w/replies, xml ) Need Help??


in reply to dynamic bulk insert in sqlite

Assuming there is a header line: just chop off the first line (the header line) and split that into an array. With that array, build a create table statement (it's often necessary to sanitize the column names), and send it to SQLite. After that, just send the whole file *except* the first line.

If there is no headerline, generating the column-names + create table statement is obviously even easier.

(The whole procedure is not SQLite specific either, the bulk loader used will differ per DBMS)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://995080]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 00:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found