Make ynab export equivalent to original export #21
@ -125,7 +125,7 @@ func GetTransactionRow(transaction GetAllTransactionsForBudgetRow) []string {
|
||||
|
||||
if transaction.CategoryGroup != "" && transaction.Category != "" {
|
||||
row = append(row,
|
||||
transaction.CategoryGroup+" : "+transaction.Category,
|
||||
transaction.CategoryGroup+": "+transaction.Category,
|
||||
transaction.CategoryGroup,
|
||||
transaction.Category)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user