Skip to content
/ funi Public

Parse multiple files and transform them into a unified data structure

Notifications You must be signed in to change notification settings

ripiuk/funi

Repository files navigation

funi (format-unifier)

The aim of the project is to parse multiple files and create a unified data structure for them.

Task

You are tasked to create a script that will parse multiple csv's and create a unified csv. There are 3 different csv's, this will increase in the future. The client has as hard requirement that the result is stored as csv file. But json and xml will be used in the future, maybe even storing the result in a database.

In the data folder there are 3 csv's with banking data. Since the csv's come from different banks the layout of data can differ. The bank statements have data from the month October.

How to run

Install python, create virtual environment and install all the requirements:

$ make setup

How to run tests

Run the command:

$ make test

About

Parse multiple files and transform them into a unified data structure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published