Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 572 Bytes

Finvoice to CSV Converter

This command line tool converts Finvoice XML files to CSV format to be imported into Plain Text Accounting.

Usage

Installing

go install github.com/joneskoo/finvoice-to-csv@latest

To run the application, provide the directory containing the Finvoice XML files as a command-line argument:

finvoice-to-csv /path/to/directory

The CSV output will be written to stdout. To save the output to a file, you can redirect it:

finvoice-to-csv /path/to/directory > output.csv