Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by erix (Prior)
on Jun 26, 2013 at 15:46 UTC ( [id://1040808]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    11,22,33,"ABC"
    1111,3333,4444,"asdfasd asdfasdfasdf"
    
  2. or download this
    create server pgcsv foreign data wrapper file_fdw;
    
    ...
    options ( filename '/tmp/pm-1040691.csv', format 'csv' );
    
    select * from pgcsv; -- or a single column, of course...
    
  3. or download this
    CREATE SERVER
    CREATE FOREIGN TABLE
    ...
    ------+------+------+----------------------
       11 |   22 |   33 | ABC
     1111 | 3333 | 4444 | asdfasd asdfasdfasdf
    

Log In?
Username:
Password:

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

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

    No recent polls found