Skip to content

ING Columns #28

Answered by nielsmaerten
DavidJinho asked this question in Q&A
Nov 17, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hi David,
You're going to want to try the v1.1.0 preview. This new version supports the column layout you're describing.

Here's an example of what your parser configuration could look like:

- name: ing-checking
  header_rows: 1
  footer_rows: 0
  delimiter: ";"
# Date, Payee, Account, Counterparty, Code, Debit/Credit, Amount, Transaction Type, Notifications, Resulting Balance, Tag
  columns: [date,payee,skip,skip,skip,in_out_flag,amount,skip,memo,skip,skip]
  outflow_indicator: "Af"
  date_format: yyyy/MM/dd

Note the new "in_out_flag" column and the "outflow_indicator":
If the value in the column "in_out_flag" is 'Af', the number in "amount" will be treated as outflow. Otherwise, ynab-bud…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DavidJinho
Comment options

@nielsmaerten
Comment options

@DavidJinho
Comment options

@DavidJinho
Comment options

Answer selected by nielsmaerten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants