Concept Flow - Formatting structured data
Start with data structure
Choose format: JSON, CSV, etc.
Use formatting function
Generate formatted string
Output or save formatted data
End
This flow shows how to take a data structure, choose a format, format it, and output the result.
