Import / export data
Validate per row and report errors; never let one bad row roll back the whole file, and always scope the job to the tenant.
What this skill helps you build
Import a CSV as a background job that validates every row, collects errors into a report, and inserts only the good rows — plus exports that produce a downloadable file.
The production takeaway
Validate per row and report errors; never let one bad row roll back the whole file, and always scope the job to the tenant.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.