Subject Re: [IBO] TIB_Import & adding a unique identifier
Author Jason Wharton
> 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?

I don't know, the sources shold be simple enough. I recommend you take a
look under the hood and see what you can do.

Jason Wharton