`/Items/tracking_events/parcel` node does not exist. Only /Items/tracking_events exists
When I run the connector I don’t get a parcel or a barcode node.
I have also tried /Items/tracking_events/parcel_barcode.
Does the XML node have to exist in the incoming message?
I can extract the barcode to a message header okay.
Best answer by James B
You’re using an earlier version of the Lookup connector here - in the latest release of the Lookup connector from the 23.3 release of CData Arc at https://arc.cdata.com/support/builds/ you’ll find that the Lookup feature has been revamped, and you can declare a parent folder for the new elements to be added to:
This even has a test button that you can use to try it out:
The version that you’re on is a little simpler, just allowing you to output a sibling element, so /Items/tracking_events/parcel_barcode should have worked - what were you seeing when you did that?
You’re using an earlier version of the Lookup connector here - in the latest release of the Lookup connector from the 23.3 release of CData Arc at https://arc.cdata.com/support/builds/ you’ll find that the Lookup feature has been revamped, and you can declare a parent folder for the new elements to be added to:
This even has a test button that you can use to try it out:
The version that you’re on is a little simpler, just allowing you to output a sibling element, so /Items/tracking_events/parcel_barcode should have worked - what were you seeing when you did that?