File Ingestion

Securely ingest structured files (CSV, JSON, XML, Excel) into a database with auto-generated schema via LLM. Use when an agent needs to (1) fetch data from a source (local path, URL, Google Drive, S3), (2) infer table schema from file samples using LLM, (3) create database/table dynamically, and (4) load data with type coercion. Supports secure connections (SSL/TLS) to databases over public domains, Redis caching, and full env-based configuration.

ticruz38 7434326 4 files · 82.4 KB Updated

File contents

ticruz38/skills/tree/main/skills/file-ingestion commit 7434326cff

Frequently asked questions

npx skillmds@latest add ticruz38/file-ingestion