About 11,400,000 results
Open links in new tab
  1. How to Convert JSON Object to JSON Array using Dataweave

    I have provide function how to convert object to array on your previous question. https://help.mulesoft.com/s/question/0D52T00004oV9TBSA0/how-to-convert-json-object-to …

  2. How to convert the array to json - Mule

    Wrap such array to curly braces. It will wrap all elements to one object {(payload. threadNotesData map ()-> {($. fieldName): $. fieldValue})} Hope it helps -- Creating Mulesoft …

  3. How to convert JSON object to Json Array using dataweave

    i want convert my JSON object to Json array and dynamic nested json object also there but it should be set into be JSON array. please any one help me. Here is the sample input.

  4. DataWeave pluck function: How to transform an Object into an Array

    In this tutorial, you will learn how to transform an input Object into an Array with the pluck function. pluck is similar to other Object-like functions, for example, filterObject or mapObject. However, …

  5. JSON Format | MuleSoft Documentation

    In the JSON data format, values map one-to-one with DataWeave values. JSON supports String , Boolean , Number , Null , Object , and Array types. DataWeave supports each of these values …

  6. Mule Dataweave 2 - List of JSON Strings to Array Object

    May 19, 2019 · You can use lookup function from dataweave for converting each line to JSON. Pass JSONstring as input to lookup function and return Json object. Following code should …

  7. Transforming arrays in DataWeave 2.0 | NTT DATA

    When working with collections, use the map function to apply a transformation to each element in an array. The input array can be JSON or Java, and it returns an array of elements. A map …

  8. Dataweave 2: Objects and Arrays - DZone

    Jul 20, 2021 · Anybody dealing with Dataweave scripts will often come across situations where an Object needs to be converted into an Array or vice-versa. The Dataweave 2 examples below …

  9. dataweave - how to convert a JSON object into a JSON array in …

    Dec 21, 2022 · Just enclosing an object -or any construct- in bracket will return an array with that item. Example: If you have a sing json object you could do this... How is your answer different …

  10. Convert a JSON array into object using dataweave 2.0

    Mar 28, 2021 · %dw 2.0 // This Function takes a json and an array and spreads the json fields // across each elements of the array. fun spreadAcrossArray(json: Object, array: Array | Null) = …

  11. Some results have been removed
Refresh