Using TIMPORT in CSV format

Post Reply
Faiz
Posts: 109
Joined: Wed Jan 10, 2001 1:29 pm

Using TIMPORT in CSV format

Post by Faiz »

Hi,
I want to populate a table which has blob type fields using the timport functionality. But, I get error when I declare the type of the fields in the schema file as varchar or blob.
Do I need to recreate the table having only varchar fields instead of blob or is there a way to convert the blob fields into varchar fields?
Thanx,
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Using TIMPORT in CSV format

Post by mark »

Older versions of timport did not know about blobs. What you can do is create the table manually first, then change the field type in the timport schema to varchar, and use timport -V which will prevent it from verifying the schema.
Faiz
Posts: 109
Joined: Wed Jan 10, 2001 1:29 pm

Using TIMPORT in CSV format

Post by Faiz »

yeah it works now. Am I using an older version of TIMPORT? If yes, then, can I get the latest version?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Using TIMPORT in CSV format

Post by mark »

Please contact our sales department at 216-631-8544 or using the "Contact Us" link on the left concerning upgrades.
Post Reply