Hello.


Do you use a VARCHAR type for that column? It's maximum

length is limited to 255 characters. I think, switching to TEXT type

could solve the problem.







[EMAIL PROTECTED] wrote:

> First of all I hope you can be patient for my english....

> I'm working with data import into mysql from a txt file. I'm using LOAD

> DATA INFILE

> command but I cannot correctly import a text column of 595 characters.

> I receive this (very large) file from an external organization and this

> file is made

> without separators bitween fields. I know only the exact lenght of each

> field. All is fine for fields < of 256 char, but I cannot import this tex=

> t

> field of 595 characters. It's imported truncated at 255th character.

> Help me please!

> Stefano (osso)

> 

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to