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

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

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 ","
```