csv-parser
Parse CSV files at near-native speed with automatic type inference, header detection, and configurable delimiters. Outputs structured JSON with detected schema. Handles edge cases like quoted fields, embedded newlines, and mixed encodings.
$ naos marketplace install csv-parser1.6M
5ms
4.5
234 reviews
99.92%
Patterns
Natural language patterns that route to this skill via the broker:
Resource Limits
Max Input
10MB
Max Execution
500ms
Memory Limit
1GB
Inputs & Outputs
Inputs
Outputs
Skill PlaygroundLIVE
Parse CSV with automatic type inference
Click "Run" to execute the skill
Usage Examples
Route CSV parsing tasks to csv-parser in your agent config
[agent.skills]
csv-parser = { version = "^2.0.0" }
[[agent.routes]]
pattern = "parse CSV"
skill = "csv-parser"
input = "{{ message.content }}"Version History
1 releasesReviews(5)
4.4
5 reviews
Alice Chen
@alice-ml
Blazing fast and reliable
We've been using this in production for 6 months. Handles 50K calls/day without a single failure. The JQ-like query syntax is a huge time saver for our data pipeline agents.
Emma Wilson
@ewilson
Clean API, great results
The structured output with confidence scores makes it easy to build reliable downstream logic. We use this for email validation in our onboarding flow and it catches 99% of bad addresses.
Lena Müller
@lena-m
Essential for data pipelines
We parse hundreds of CSV files daily and this skill handles them all flawlessly. Type inference saves us hours of manual schema definition. Highly recommend for any data-heavy workflow.
Dev Patel
@devp
Good but could be faster
Works well for most use cases but latency spikes on very large inputs. The 200ms timeout is tight for documents over 2MB. Hope to see optimizations in the next version.
Carlos Ruiz
@cruiz
Reliable CSV handling
Handles edge cases that broke our previous parser — quoted fields, embedded newlines, mixed encodings. The schema detection is a nice bonus. Free tier is generous.
Publisher
Utils Collective
@@utils
AUID
axis:org:utils:01hz9m4o5p6q7r8s9t0u1v2w3x:c5h9Changelog Feed
Subscribe to get notified when new versions of csv-parser are released.
Current: v1.0.0 · Feed includes changelogs, breaking changes, and security advisories.