MySQL Forums
Forum List  »  Connector/Python

Re: Error while loading table with text file
Posted by: Geert Vanderkelen
Date: February 11, 2013 11:24AM

The LOAD DATA LOCAL INFILE is not supportted in the current Connector/Python v1.0.
You can workaround by opening the CSV and creating INSERT statements.

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Error while loading table with text file
February 11, 2013 11:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.