Subject | TIB_Import & adding a unique identifier |
---|---|
Author | hcarvajalsy |
Post date | 2003-09-29T23:02:28Z |
Hello,
I need to import a text file but I have to add a unique identifier
to my imported records because I might have different imports. For
example, an equivalent SQL sentence would be:
insert into table (field1, field2, fieldid) values(value1, value2,
550)
The 550 would be the unique identifier for that file, running the
insert for each record to be imported.
Is it possible to do this using the TIB_Import?
Thank you.
Horacio C.
I need to import a text file but I have to add a unique identifier
to my imported records because I might have different imports. For
example, an equivalent SQL sentence would be:
insert into table (field1, field2, fieldid) values(value1, value2,
550)
The 550 would be the unique identifier for that file, running the
insert for each record to be imported.
Is it possible to do this using the TIB_Import?
Thank you.
Horacio C.