/azinvoicer

processes Azure invoice files and determines the optimized baseline

Primary LanguagePythonApache License 2.0Apache-2.0

azinvoicer

Parses Azure invoice csv fila and determines an (optimized) baseline.

The tool expects the output to be compliant with the descrption from the documentation.

However as different column namong schemas can be found from the field, the tool will try to guess the correct mapping. If this does not succeed, you can override the model.

Dev

Describe how to use the local dev environnement

make all

Usage

Describe how to use the project

Notes :

replace in python re.sub(r"(\d+).(\d+)", r"\1,\2", b)