I have got a tab delimited file from a customer, and I have to import this
file into a db2 table. Is there a way to do this without changing the tab
character to something different? And if so, how do I specify coldel in the
import statement?
Regards
Odd B Andersen
ErgoGroup AS
Oslo, Norway
fyi85@hotmail.com - 14 Mar 2006 15:45 GMT
> I have got a tab delimited file from a customer, and I have to import this
> file into a db2 table. Is there a way to do this without changing the tab
[quoted text clipped - 5 lines]
> ErgoGroup AS
> Oslo, Norway
IMPORT FROM FILE.DEL MODIFIED BY COLDELX09 (thats x zero nine)
INSERT INTO....
Jack Miller - 15 Mar 2006 01:27 GMT
Try using a third party tool like WinSQL
(http://synametrics.com/winsql). It can move data from text files to DB2
as well as the other way around.
> I have got a tab delimited file from a customer, and I have to import this
> file into a db2 table. Is there a way to do this without changing the tab
[quoted text clipped - 5 lines]
> ErgoGroup AS
> Oslo, Norway