Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Database

by VSarkiss (Monsignor)
on Jul 16, 2002 at 16:35 UTC ( [id://182143]=note: print w/replies, xml ) Need Help??


in reply to Import CSV to Database

Yes, you can do this with Perl, but if you have "well-behaved" text files, you may not have to write a program at all.

If by "SQL7" you SQL Server 7, look at the data import tools that come with it (look under "DTS"). Importing CSV files into the database can be done very easily with the tools there. Even if you meant some other platform, it will probably still have tools.

Where you may need to write a program is if the files are not "clean". (By that I mean they don't quote embedded commas and such.) In which case you'll have to resort to writing your own program, using some of the modules stephen has outlined above.

Log In?
Username:
Password:

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

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

    No recent polls found