gyger / ofxstatement-seb

This is a collection of parsers for proprietary statement formats, produced by SEB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

This is a collection of parsers for proprietary statement formats, produced by SEB. It parses Export.xlsx file exported from internet bank.

It is a plugin for ofxstatement.

Configuration

There is only one configuration option brief. Turn it on if you want to parse description and replace it with the actual card description while stripping off any know additional data e.g:

WIRSTRÖMS PU/14-12-31 -> WIRSTRÖMS PU

Why? This way similar transactions will have similar descriptions and it will allow you to group transactions using simple text grouping. Otherwise date suffixes will prevent this and make every transaction description unique.

Locale

You can configure exact locale to use during parsing. Here is example how to configure it shown as default configuration you always have.

[default]
plugin = seb
locale = sv_SE

Example

[seb]
plugin = seb
brief = 1

About

This is a collection of parsers for proprietary statement formats, produced by SEB

License:Apache License 2.0


Languages

Language:Python 100.0%