Tool vs Python Script for Transforming Data in Mongo

We have a bunch of Mongo collections (data collected from APIs, web scraping, etc) that we need to transform to a cleaner data structure (standardized schema) on a monthly basis. Are there any good tools to help us manage this process, or would you recommend writing a Python script instead?

Topic data-cleaning

Category Data Science


Many ETL tools support MongoDB and are commonly used for normalizing and standardizing data. For example:

http://www.pentaho.com/analytics-for-mongodb#tab-2

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.