CSV Cleaner avatar

CSV Cleaner

Pricing

from $0.40 / 1,000 results

Go to Apify Store
CSV Cleaner

CSV Cleaner

Parse CSV text safely, normalize cells, and return structured JSON rows for APIs, automation, ETL pipelines, and data processing workflows.

Pricing

from $0.40 / 1,000 results

Rating

0.0

(0)

Developer

Luca Gallifuoco

Luca Gallifuoco

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Parse CSV text safely, normalize cells, and return structured JSON rows without external network access.

What this Actor does

  • Parse quoted CSV cells including embedded delimiters
  • Auto-detect comma, semicolon, or tab delimiters
  • Trim cells and skip empty rows

Input

csvText contains CSV with a header row. Choose delimiter detection and cleaning options.

Example input

{
"csvText": "name,city\n Alice , Naples \nBob,Rome",
"delimiter": "auto",
"trimStrings": true,
"skipEmptyRows": true
}

Output

One dataset item per parsed row with rowNumber and data.

Results are written to the default Apify dataset and can be consumed from the Console, API, Make, Zapier, or other automation workflows.

Common use cases

  • Convert CSV exports to JSON
  • Prepare spreadsheet exports for APIs
  • Clean CSV data before automation

Pricing

This Actor is designed for transparent pay-per-event pricing. Check the current Apify Store pricing before running it.

Limitations

  • First non-empty row is treated as the header
  • No automatic number/date type inference
  • Input is provided as text, not fetched from a URL

Privacy and safety

  • Input data is processed deterministically.
  • No credentials are embedded in the Actor source.
  • This utility does not require external website access.
  • Review sensitive or regulated data handling requirements before processing such data.