Hallo everyone,
Typical question and hope someone can give a better idea.
We received 810 contains multiple articles merged together.
We then translated to 2 csv files:
- header csv contains invoice, PO etc...
- lines APN, per item $ etc...
We then ingest these 2 files into 2 tables in database.
We need a unique key in header + lines csv file so that we can join 2 tables.
I tried transform.unique('1') and pass value into csv field called "transno". However, in the lines csv, transno is alway +1 with header csv because of the chain translation.
Can you please shed some direction on this one?
Thank you so much!
Tan.T