Actor 2 Dataset Cleaner and Formatter
Pricing
Pay per usage
Go to Apify Store

Actor 2 Dataset Cleaner and Formatter
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
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
3
Monthly active users
4 days ago
Last modified
Categories
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}
