How can I convert raw JSON data into a structured format in Quickwork?
0
-
You can use the JSON Parser in Quickwork to transform raw JSON strings into a structured and readable JSON format. This process involves:
- Provide the raw JSON data as a String in the input field of the JSON Parser action.
- Use the Sample JSON field to define the desired structure by specifying placeholder keys and values.
- 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.
Comments
1 comment