Skip to main content

How can I convert raw JSON data into a structured format in Quickwork?

Comments

1 comment

  • Rajnish Kucheria

    You can use the JSON Parser in Quickwork to transform raw JSON strings into a structured and readable JSON format. This process involves:

    1.  Provide the raw JSON data as a String in the input field of the JSON Parser action.
    2.  Use the Sample JSON field to define the desired structure by specifying placeholder keys and values.
    3.  When the journey executes, the raw data is parsed and formatted according to the Sample JSON.

    For detailed steps and examples, refer to this article: How to handle stringified raw JSON data using JSON Parser.

    0

Please sign in to leave a comment.