Export Business Automation
A Python CLI tool that processes exported business data (CSV, JSON, Excel) to generate reports, transform formats, and trigger downstream actions. Ideal for operations teams who need to automate data workflows without coding. Works offline with your exported files. Features Multi-format input — read CSV, JSON, and Excel files with automatic schema detection Template-based report generation — produce PDF, HTML, or Markdown summaries from data rows Data transformation pipeline — filter, sort, aggregate, and map columns via YAML config Batch processing — handle thousands of records with progress bars and error logging Output to file or stdout — pipe results to other tools or save as new CSV/JSON/Excel Usage export-automation run --input orders....