How to Make Transform DataRaptor in ListofObject to ListofItems.

Step :– 1 First let’s create a DataRaptor Transform.

/*! elementor – v3.18.0 – 20-12-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}


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

                 then go to the Output JSON Path and type MoviesNames And type MovieNames in the Input JSON                     Path


Step :– 3  Now we can formula by going to the Formula Tab. type Movies:Name in the formula and type MovieNames in the output result  path.


Step :– 4  Click on Preview Tab and write down in input json.


					{
    "Movies": [
        {
            "Name": "ABC",
            "Genre": "Action"
        },
        {
            "Name": "ABC2",
            "Genre": "Comedy"
        },
        {
            "Name": "ABC3",
            "Genre": "Action"
        }
    ]
}
				

Click Execute Button:


Review Output Results:

  1. After clicking the “Execute” button, review the output results.
  2. Verify that the displayed results align with your expectations and correspond to the input JSON data you provided.

Scroll to Top