Data Import Parsers

Implement or refactor data import/parsing so it streams files sequentially (memory-safe), validates/coerces types explicitly, skips irreparable records while logging them to an error CSV (full original columns + timestamp/file/line/error), emits rows_ok/rows_skipped/parse_errors metrics, and guarantees idempotent DB writes.

janjaszczak Updated

File contents

janjaszczak/cursor/tree/main/skills/data-import-parsers commit 4c4751b3fe

Frequently asked questions

npx skillmds@latest add janjaszczak/data-import-parsers