Skip to main content

No project description provided

Project description

codecov coveralls license

FixedWidth Transformer

Ever wanted to transform non-standard FixedWidth files from legacy systems to something modern?

Does your FixedWidth file have multiple segments(eg. header, body, footer, or worse)?

Do you want to save time and not spend hours of development processing these files?

You have arrived at the correct repository!

FixedWidth Transformer is an open-source library that aims to solve tech debts of processing fixed width files to modern structures, such as json, xml. Not only that, it can also do generation of data(eg. uuid), pre and post transform validations. It's even able to help you to push it to different destinations as well! Best part of it? You don't have to write lines of code in order to use it.

Simply configure the .yaml config and run the relevant executors and call it a day.

How it works

FixedWidth Transformer utilises a yaml based configuration. With the configuration, it uses pandas library to transform your data to DataFrames that from there allows you to do analytics operations (eg. validations, concatenation, etc).

The Library is highly extensible meaning that it can be extremely extensible in all sections of work, including Executor, SourceMapper, SourceRetriever, ResultMapper, Result, Validation, and Generator. This means that if something you need is not available, you can do incremental changes and just add that section in, point to it in your configuration and be done with the requirement!

Neat huh?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page