Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxmansfield/fixcsv

Takes CSV bank statements from PSCU and organizes the information to be appended to the Google Sheets Monthly Budget template
https://github.com/maxmansfield/fixcsv

bank-statement csv-parser google-sheets google-sheets-templates pscu

Last synced: about 2 hours ago
JSON representation

Takes CSV bank statements from PSCU and organizes the information to be appended to the Google Sheets Monthly Budget template

Awesome Lists containing this project

README

        

# fixcsv
### Version 0.0.1

Takes CSV bank statements from PSCU and organizes the information to be appended to the Google Sheets Monthly Budget template

## Install
Make sure that Go is propery setup on your computer
```sh
go install
```

## Usage
```bash
fixcsv pscu_statement.csv output_for_sheets.csv
```