How to Make KeyValue To Array in Transform DR.

First let’s create a DataRaptor Transform.

/*! elementor – v3.17.0 – 01-11-2023 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=”.svg”]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}


Now we go to the Transform Tab and click on the Plus(+) icon.

then go to the Output JSON Path and type type Fields|1 . And type Contact:first_name in the Input JSON Path.(to fetch the fields of an object, use : ).

Similarly we add more fields of the User(Fields|2)



Click on Preview Tab and write down in input json.

{  “Contact”: {    “firstName”: “Sumo”,    “lastName”: “Jensen”  }}then CLICK Execute Buttom.


So Output results SHOW.(according my input json)


Scroll to Top