Hallo everyone,
I have a normal text-file:
1,"W","Word","WordText"
2,"H","Human","HumanText"
...
...
I have succeded to load this file in my table. I did this like this:
db2 "import from myfile.del of del
modified by coldel,
insert into mytable"
The records in mytable are:
1.Col 2.Col 3.Col 4.Col
1 W Word WordText
2 H Human HumanText
...
...
This is the result I want, it is correct. But I dont understand why the "..." between the records cleverly disappeard?:p
Thank you for the comments.
Regards,
Ratna:)
I have a normal text-file:
1,"W","Word","WordText"
2,"H","Human","HumanText"
...
...
I have succeded to load this file in my table. I did this like this:
db2 "import from myfile.del of del
modified by coldel,
insert into mytable"
The records in mytable are:
1.Col 2.Col 3.Col 4.Col
1 W Word WordText
2 H Human HumanText
...
...
This is the result I want, it is correct. But I dont understand why the "..." between the records cleverly disappeard?:p
Thank you for the comments.
Regards,
Ratna:)