hoffie / dkb-visa

DKB transaction download and conversion (CSV, QIF)
GNU Affero General Public License v3.0
56 stars 26 forks source link

Added --raw CLI argument #2

Closed mic-e closed 9 years ago

mic-e commented 9 years ago

Allows for outputting the raw CSV file.

I use this functionality for post-processing the data in my own script (and IMO DKB's CSV is far easier to parse than the QIF format).

hoffie commented 9 years ago

Thanks for the PR. I think the split up shebang change was a good idea, but nevertheless I chose to merge as-is.

As the python2 symlink seems to exist on many environments, I think it's ok to leave it. Users who lack it could simply create a symlink (in /usr/local/bin or a user-specific directory contained $PATH). Alternatively, create a small wrapper script to invoke the .py file.

I do not think that a solution such as libreoffice's should be integrated here.