|
Posted by Paul Lautman on July 18, 2008, 3:23 pm
Please log in for more thread options Steve wrote:
>I have a csv file - That I get nightly.
>
> Can someone point me to an example of a script that reads the CSV and
> updates a Mysql db.
>
> I have to grab the CSV at runtime by following a static URL.
>
>
> Thanks
> Steve
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
|