Dataset Cleaner and Formatter avatar
Dataset Cleaner and Formatter
Under maintenance

Pricing

Pay per usage

Go to Apify Store
Dataset Cleaner and Formatter

Dataset Cleaner and Formatter

Under maintenance

Automatically cleans and formats datasets by trimming whitespace, fixing capitalization, and removing duplicates. Supports both Apify datasets and uploaded JSON/CSV files.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Leoncio Jr Coronado

Leoncio Jr Coronado

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

🧹 Dataset Cleaner and Formatter

Dataset Cleaner and Formatter is an Apify Actor that automatically cleans and formats your datasets by:

  • Trimming extra whitespace
  • Fixing capitalization (Title Case normalization)
  • Removing duplicate entries
  • Optionally exporting cleaned data to CSV

It’s designed for data preparation, SEO pipelines, and automation workflows where clean structured data is essential.


🚀 Features

  • ✅ Cleans text fields by trimming spaces
  • 🔠 Converts to title case or lowercase for uniformity
  • 🧮 Removes duplicate objects by comparing field values
  • 📦 Works directly with any Apify dataset (datasetId)
  • 🧾 Optionally exports a CSV copy via json2csv
  • 🧪 “Demo mode” included to preview cleaning logic

🧰 Input Example

{
"datasetId": "default",
"fieldsToNormalize": ["name", "city"],
"mode": "demo",
"removeDuplicates": true
}