data-import-parsers
CommunityStream, validate, and idempotently import data.
Authorjanjaszczak
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Memory-heavy data imports are risky and error-prone; this skill enables memory-safe streaming of records, validating and coercing types explicitly, and skipping irreparable rows while logging them to an error CSV that includes all original columns plus timestamp, file, line, and error details. It also ensures idempotent DB writes to enable safe re-runs and auditable processing.
Core Features & Use Cases
- Streaming, row-by-row processing to avoid loading entire datasets into memory.
- Explicit type validation and coercion per field to enforce data quality.
- Irreparable rows are skipped and logged with full context in an error CSV (including timestamp, file, line, and error).
- Idempotent persistence strategies (e.g., upserts, conflict handling) to prevent duplicates on re-runs.
Quick Start
Run the streaming import workflow on a sample dataset to verify memory usage, validation, and idempotent writes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: data-import-parsers Download link: https://github.com/janjaszczak/cursor/archive/main.zip#data-import-parsers Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.