Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxmansfield/fixcsv
- Owner: MaxMansfield
- Created: 2017-04-10T01:10:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T01:48:13.000Z (almost 8 years ago)
- Last Synced: 2024-11-21T19:56:10.862Z (2 months ago)
- Topics: bank-statement, csv-parser, google-sheets, google-sheets-templates, pscu
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fixcsv
### Version 0.0.1Takes 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
```