Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

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

by djp (Hermit)
on Jan 18, 2010 at 11:16 UTC ( #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.
  • Comment on Re: DBI: pipe data to "load data local infile"?

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? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-09-25 16:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?