How can I find the way to import a text file with fixed width fields: 
for example:
 Import file content:
 3750000120031010143902            KABBOURI            MOHAMMED
 Imported in:
 Field 1: 3 char : "375"
 Field 2: 5 char : "00001"
 Field 3: 8 char : "20031010"
 Field 4: 6 char : "143902"
 Field 5: 20 char: "            KABBOURI"
 Field 6: 20 char: "            MOHAMMED"
 
 Regards,
 
 Kabbouri



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

Reply via email to