Forum Discussion
cjhoward18
6 years agoEmployee
Hi @Ajay_Chawda
Using a json Generator with your input document and a downstream mapper with this expression:
$content.map(row => row.toObject((elem, index) => $column[index].name))
Mapped to a target path: $data
produces your desired output.
- Ajay_Chawda6 years agoContributor
@cjhoward18 thank you for help it worked like magic.