Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

coldel, -> why does it work as wanted?

$
0
0
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:)

Viewing all articles
Browse latest Browse all 13329

Trending Articles