04-12-2022 05:41 AM
Hi,
I need to map “id” and “header” field in mapper.
Data.txt (785 Bytes)
I am using file reader snap,xml parser and mapper.
in mapper, tried different expressions but not able to get the fields.
File is attached, Any suggestions!
Solved! Go to Solution.
04-12-2022 06:14 AM
Hi @Sahil ,
With this expression in mapper, you can get the IDs:
With this expression in mapper, you can get the Headers:
Let me know if this helps you.
BR,
Marjan
04-12-2022 06:14 AM
Hi @Sahil ,
With this expression in mapper, you can get the IDs:
With this expression in mapper, you can get the Headers:
Let me know if this helps you.
BR,
Marjan
04-13-2022 01:11 AM
I am getting Array of ‘id’ and ‘header’. I need this to join with another set of array containing ‘id’. How do I do that? thanks!
04-13-2022 01:53 AM
Hi @Sahil ,
You can use JSON Splitter in order to split the array and then perform a Join with the other array.
Also, it is recommended to use the Sort snap before joining the data.
BR,
Marjan
04-13-2022 05:00 AM
i tried json splitter but I am not sure of the json path for both id and header.