We just released Automated Data Extraction & Input Scripts — extract, transform, and inject data from csv/json/excel into any api or database.

What it does

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.py --input data.csv --config mapping.yaml --output api --endpoint https://api.example.com/items

Get it

Download Automated Data Extraction & Input Scripts for $29 →


Built by OddShop — Python automation tools for developers and small businesses.