https://github.com/jastbytes/cattrans
Go program to categorize bank transactions within a csv file based on regular expressions
https://github.com/jastbytes/cattrans
Last synced: 11 months ago
JSON representation
Go program to categorize bank transactions within a csv file based on regular expressions
- Host: GitHub
- URL: https://github.com/jastbytes/cattrans
- Owner: jastBytes
- License: apache-2.0
- Created: 2024-02-18T13:05:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T20:09:23.000Z (over 2 years ago)
- Last Synced: 2025-08-09T21:48:34.245Z (12 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 😼 catTrans
Go program to categorize bank transactions within a csv file based on regular expressions
## Usage
It's easy to use. See the [examples](/examples/) folder.
```shell
go run main.go examples/categories.csv examples/transactions.csv examples/output.csv 1 ","
```