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

Re: ASCII databases

by btrott (Parson)
on Mar 02, 2000 at 00:49 UTC ( [id://4638]=note: print w/replies, xml ) Need Help??


in reply to ASCII databases

Check out DBD::CSV. It's a DBI database driver that lets you use comma-separated text files as if they were databases.

Replies are listed 'Best First'.
Re: Re: ASCII databases
by XTaran (Initiate) on Aug 26, 2001 at 16:56 UTC

    Yepp, Using DBI with DBD::CSV is fine for that job (and it does allow to use other delimiters than comma, too. I prefer "|" :-), but unfortunately it still lacks of joining data from several files/tables. That means "SELECT * FROM table1,table2;" doesn't work yet. :-/

    --
    There is no place like $HOME

Log In?
Username:
Password:

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

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

    No recent polls found