Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Extract Column of CSV - pretend its a database.

by space_monk (Chaplain)
on Jun 26, 2013 at 18:11 UTC ( [id://1040825]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Extract Column of CSV - pretend its a database.
in thread Extract a column of csv

Well thats one idea. I presume though you'd need the psql client installed on your PC. Your answer is ingenious but not Perl :-)

If you spot any bugs in my solutions, it's because I've deliberately left them in as an exercise for the reader! :-)
  • Comment on Re^3: Extract Column of CSV - pretend its a database.

Replies are listed 'Best First'.
Re^4: Extract Column of CSV - pretend its a database.
by erix (Prior) on Jun 26, 2013 at 18:18 UTC

    You would need much more than psql (which in fact you do not really need); you would need a running postgresql server to talk to. The talking would be done via DBI.

    But again; not really recommended for the OP (or I would have made a DBI example), just a demo for fun :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found