~justusw/gaica-convert

Convert Gaica bank statement to csv
c7a42c65 — Justus Perlwitz 1 year, 1 month ago
Switch to TOML
41891ebc — Justus Perlwitz 1 year, 7 months ago
Set python ver to 3
7188dd77 — Justus Perlwitz 2 years ago
Pipfile: Update lockfile

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~justusw/gaica-convert
read/write
git@git.sr.ht:~justusw/gaica-convert

You can also use your local clone with git send-email.

#Gaica Export

How to run

  1. Save GAICA 明細書 HTML files to a folder
  2. Configure config.toml
  3. Run ./convert.py $INPUT_FOLDER $OUTPUT_CSV

#Configuration

Write to config.toml

input_folder = "INPUT_FOLDER"
output_folder = "OUTPUT_FOLDER"