11-29-2022 04:21 PM
I’m trying to flatten my object using a Mapper Snap before I export it to CSV. But I have been unable to map the fields coming in from the child records. Attached is a sample JSON file that represents my input.
Script_output0.json (2.8 KB)
I have tried using things like: $data[*][‘Email’] in the mapping table, but this and other attempts are falling flat. I can get data from a specific child record like this: $data[‘1’][‘Email’]. But of course I need to map the data from all of the records, not just a single one. I have read through the documentation on the Mapper Snap a few times, and I feel like I’m just missing something easy here.
Thanks in advance for taking a look!
Solved! Go to Solution.
12-02-2022 08:18 PM
12-06-2022 02:50 PM
@alchemiz, that is better. Thanks.