graph TD A[Data Structuring Agent Start] --> B[Receive Input: extracted-business-details] B --> C[Initialize SKILL #190] C --> D[Apply Formatting Rules] D --> E[Process Text Line by Line] E --> F[Extract Fields] F --> G[Order Fields: City] G --> H[Order Fields: Business Name] H --> I[Order Fields: Phone Number] I --> J[Order Fields: Street Address] J --> K[Order Fields: ZIP Code] K --> L[Order Fields: Website URL] L --> M[Combine Fields with Commas] M --> N[Create New Line Entry] N --> O{More Entries?} O -->|Yes| E O -->|No| P[Combine All Lines] P --> Q[Output: structured-business-data] Q --> R[Data Structuring Agent End]