graph TD
subgraph CSV_Generator_Agent
A[structured-business-data] --> B[Read Input Data]
B --> C[Apply Header Row]
C --> D[Convert to CSV Format]
D --> E[csv-file-data]
subgraph Skill_190
B
C
D
end
end
style CSV_Generator_Agent fill:#f5f5f5,stroke:#333,stroke-width:2px
style Skill_190 fill:#e1f5fe,stroke:#333,stroke-width:1px
style A fill:#c8e6c9,stroke:#333,stroke-width:1px
style E fill:#ffcdd2,stroke:#333,stroke-width:1px