Convert nested JSON objects into a CSV format
: Can I convert JSON as shown below to CSV in Quickwork?
[
{
"orderId": 2001,
"customer_name": "Alice Brown",
"customer_email": "alice@example.com",
"product": "Laptop",
"quantity": 1,
"price": 1200
},
{
"orderId": 2002,
"customer_name": "Bob White",
"customer_email": "bob@example.com",
"product": "Tablet",
"quantity": 2,
"price": 300
}
]
0
-
Yes, nested JSON objects can be converted into CSV format in Quickwork using the JSON to CSV app.
Refer to this article for detailed steps and JSON formatting rules: How to convert JSON data to CSV.
0
Please sign in to leave a comment.
Comments
1 comment