graph TD A[Input: extracted-business-details] --> B[Data Structuring Agent] B --> C[SKILL #190: Rewrite Text] C --> D[Apply Formatting Rules] D --> E[Field Extraction & Ordering] E --> F[Field 1: City] E --> G[Field 2: Business Name] E --> H[Field 3: Phone Number] E --> I[Field 4: Street Address] E --> J[Field 5: ZIP Code] E --> K[Field 6: Website URL] F & G & H & I & J & K --> L[Combine Fields with Commas] L --> M[Create Line-By-Line Format] M --> N[Validate Data Structure] N --> O[Output: structured-business-data]