What problem does it solve?
In many data workflows, teams struggle to quickly convert diverse file formats (CSV, JSON, XML, Excel) into a structured database schema. This skill uses LLM-powered schema inference to automate the creation of database tables from sample data, reducing manual schema design and iteration.
Core Features & Use Cases
- Auto-schema inference: samples data and generates a table schema with field types and nullability.
- Secure data loading: supports SSL/TLS connections to databases and Redis caching for fast, repeatable ingestions.
- Flexible sources: ingests from local files, HTTP(S), S3, or Google Drive, and can auto-create databases when needed.
- Use Case: ingest daily CSV exports from a data lake into a relational database with minimal setup.
Quick Start
Ingest a sample file from a URL or local path to auto-create a database and table and load data.