Hi Experts,
I have one issue using conversion file. Is it possible to get only the records that we want without using SKIP? Example below:
Product | Partner | Invoice No |
---|---|---|
P1111 | PA1 | INV1 |
P2222 | PA2 | INV2 |
P5555 | PA3 | INV3 |
P9999 | PA1 | INV4 |
Let's say I want to get all the product number for partner - PA1.
Instead of using skip in the conversion file as below, is there another way to do in conversion file?
Internal | External |
---|---|
PA2 | *SKIP |
PA3 | *SKIP |
The reason is because I might have partner PA4, PA5 in future and i will need to modify the conversion file to include to SKIP PA4 and PA5.
Is there a way to get the data for partner PA1 only?
Appreciate your advice.
Thank you!
Best regards,
Ng