Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the swisscard importer work with the new statement CSV format. #111

Merged
merged 4 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Make the swisscard importer work with the new statement CSV format.

    Somewhen between Jun 4th and Jul 5th, the swisscard statements in CSV
    format moved from a single Category column to:
    
    - a "Merchant Category" column, which looks like a general category for
    the merchant.
    - a "Registered Category" column, which looks like a string version
    of the ISO standard MCC code.
    
    Since all statements, previous and past, are now issued with the updated
    format, it's safe to just modify the importer to make use of the split
    columns as metadata.
    5Ub-Z3r0 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ac7af15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62e07ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c70357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b386de View commit details
    Browse the repository at this point in the history