Modern budget tools often feature CSV import and export tools.
The Pincher web server should parse the CSV files and handle the results itself, and not expect clients to do it.
There already exists a standard csv encoding package available for use: encoding/csv
Modern budget tools often feature CSV import and export tools.
The Pincher web server should parse the CSV files and handle the results itself, and not expect clients to do it.
There already exists a standard csv encoding package available for use: encoding/csv