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.csv --template invoice --output reports/
Requirements
Python 3.8+. Install dependencies:
pip install -r requirements.txt
Download
Buy once, download immediately. ZIP includes the full script, README, and usage examples.
License
Personal & Commercial Use. You may use this tool in your own personal and commercial projects. Redistribution or resale of the source code is not permitted.