2.7 🎨 Let's Format Data
The Formatter tool converts data from one format to another. It is a data conversion tool that helps you prepare data in the exact format needed by your destination system.
Last updated
Was this helpful?
Was this helpful?
[
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"street": "123 Main St",
"city": "New York",
"zip": "10001"
},
{
"name": "Jane Smith",
"age": 25,
"email": "jane@example.com",
"street": "456 Elm St",
"city": "Los Angeles",
"zip": "90001"
}
]