Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: DBI: pipe data to "load data local infile"?

by djp (Hermit)
on Jan 18, 2010 at 11:16 UTC ( [id://817963]=note: print w/replies, xml ) Need Help??


in reply to DBI: pipe data to "load data local infile"?

On Linux and certain Unixes, /dev/stdin is a pathname for standard input. You could use two processes connected by a pipe; the first process reads and massages the data and writes it to standard output, and the second process uses "Load data local infile" with /dev/stdin as the filename. 'man stdin' for details. Hope this helps.

Replies are listed 'Best First'.
Re^2: DBI: pipe data to "load data local infile"?
by richardwfrancis (Beadle) on Jan 19, 2010 at 14:06 UTC

    Thanks djp I'll look in to that. That's useful info to know even if I don't use it for this project.

    Cheers.
Re^2: DBI: pipe data to "load data local infile"?
by Anonymous Monk on Oct 15, 2015 at 03:21 UTC
    great!! thanks a ton

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-29 09:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found