ismailhammounou / db2ixf

db2ixf is a python package with a CLI that simplifies the parsing and processing of IBM Integration eXchange Format (IXF) files.
https://ismailhammounou.github.io/db2ixf/
GNU Affero General Public License v3.0
17 stars 1 forks source link

IXF parser #1

Closed ismailhammounou closed 1 year ago

ismailhammounou commented 1 year ago

As a data scientist/engineer

I want to be able to parse IBM exchange format and output the result in either json, csv or a parquet

in order to be analysed by other systems like spark for exemple

ismailhammounou commented 1 year ago

[WIP] code has been put in github, I need ci-cd and work a little bit on Makefile and improve it