Skip to content

joneskoo/finvoice-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line tool converts Finvoice XML files to CSV format to be imported into Plain Text Accounting

Topics

Resources

Stars

Watchers

Forks

Languages