Metadata-Version: 2.4
Name: zwergetl-components-base
Version: 0.2.2
Summary: Basic components for ZwergETL Engine
Maintainer: dxdataworks
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: zwergetl-engine>=0.1.11
Dynamic: license-file

ZwergETL Basic Components
==========================

Basic components for ZwergETL framework.

This package includes the following components:

1. `CsvReader` - reads csv files
2. `CsvWriter` - writes csv files
3. `Dummy` - consumes data from input port and optionally prints it to stdout. For debugging ETL pipelines.
4. `HashCalc` - calculates md5-hashes on specified set of fields.
5. `Reformat` - performs user-defined calculations on records.
