Import: $ARGUMENTS
Import structured data from inbox/ into the SQLite database.
Before you start
- Check inbox — verify the target file exists in
inbox/. - Read schema — glob
src/data/schema/tables/*.tsto discover tables, read relevant files for column details.
Workflow
1. Read and detect format
Read the inbox file. Detect format:
- JSON array —
[{...}, {...}] - Nested JSON —
{ "testimonials": [...], "authors": [...] } - CSV — comma-separated wi
[Description truncada. Veja o README completo no GitHub.]