CSV Import Preflight

Catch risky CSV or TSV imports before upload by validating schema, required fields, duplicates, type coercion, enum drift, and destructive update risk.

oceanfsdfsvfdsvs d2ad81f 668 B Updated

File contents

CSV Import Preflight

Use this mirror to invoke the repository skill at csv-import-preflight/SKILL.md.

Workflow

  1. Ask for the CSV/TSV path and schema when needed.
  2. Run csv-import-preflight/scripts/csv_import_preflight.py when local files exist.
  3. Classify the import as block, review, or pass.
  4. Explain row-level risks and the smallest safe remediation.

Keep the full repository available so relative script and reference paths resolve correctly.

oceanfsdfsvfdsvs/practical-agent-skills/tree/main/.claude/skills/csv-import-preflight commit d2ad81f77e

Frequently asked questions

npx skillmds@latest add oceanfsdfsvfdsvs/csv-import-preflight-2