aw/dataport

There is no license information available for the latest version (dev-master) of this package.

Framework for fast, flexible and reusable data conversion.

dev-master 2015-11-22 17:11 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:01:56 UTC


README

Framework for fast, flexible and reusable data conversion.

  • Read formats (xml, csv, json, array, etc.) from various sources (file, db, mongo, stream, webservice, etc.)
  • Mapper to map source columns to destination columns
  • Processors to convert or format values
  • Filters to allow or disallow rows
  • Write formats to various destinations (file, db, mongo, array, webservice, etc.)
  • Low memory usage

All components are optional, except the reader and writer.