Angora Import

Bulk-import structured data (CSV or JSON) from `inbox/` into existing database tables — maps fields to columns, validates against the Drizzle schema, inserts within a transaction. Trigger whenever the user wants to load, import, pull, or ingest a data file from inbox into an existing table. Phrases like 'import speakers.json from inbox', 'pull team.csv into team_members', 'load testimonials.csv', 'ingest the events in inbox', 'bulk load faqs.csv' all trigger this. Do NOT use for seeding a handful of test rows (→ angora-data), designing new tables (→ angora-schema), or processing images (→ angora-media).

Aysnc-Labs 414c1bf 2 files · 4.9 KB Updated

File contents

Aysnc-Labs/angora/tree/main/.claude/skills/angora-import commit 414c1bfbe2

Frequently asked questions

npx skillmds@latest add aysnc-labs/angora-import