Automated Data Extraction & Input Scripts
A Python CLI tool that reads structured data from files (CSV, JSON, Excel) and sends it to REST APIs or SQL databases via configurable templates. Ideal for ETL tasks, data migration, or batch input automation without writing boilerplate code. Features Multi-format input — read CSV, JSON, or Excel files with automatic schema detection Configurable output — POST to REST APIs or insert into PostgreSQL, MySQL, SQLite via connection string Template-based mapping — define field mappings and transformations in a YAML config file Dry-run mode — preview all operations without executing, with detailed logs Batching & rate limiting — control request concurrency and delay to avoid API throttling Usage python extract_input....