Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We have a table, where we have the column where the image path and other two description columns are present.
When I try to bundle load, I have to provide one unique Id, so that it will get associated to image and same can be used for bundle load.
How we can create the same, I tried to use the 'autonumber' function, but it throws an error saying -
"function autonumber(character varying) does not exist"
Can you please assist me on same.
Thanks & Regards,
MK
If you want to bundle load images then the table can have only two columns. So only and ID column and an image path. Other description columns can not be loaded in the same load statement. You'll need to store that data in another table with the ID column.
Try use
LOAD RowNo() as num
If you want to bundle load images then the table can have only two columns. So only and ID column and an image path. Other description columns can not be loaded in the same load statement. You'll need to store that data in another table with the ID column.
Thanks gysbert,
I am doing in same way....
but to have association between bundle load image and the description column, I will need associating column.
How can I add it.
Ok, let's try that again:
You'll need to store that data in another table with the ID column.
Clearer now?
Hi mrudul,
Can you send the sample file. so that we can understand underline fields and data.
Thanks,
AR UMAMAHESH
nope.
sorry to ask you for so many times...
but what do mean by ID...?
gysbert intention is to create key columns in bothe tables. am i correct gysbert.
Any column that can uniquely identify a record and the image.
There are only 3 columns.
2 description and 1 image path column.
Can we generate the 3rd column.