Giter VIP home page Giter VIP logo

Comments (4)

duch11 avatar duch11 commented on June 1, 2024

I would love to try to fix this, I just need to find a Customer from Danske Bank, then I'll be glad to help out :)

from bank2ynab.

nocalla avatar nocalla commented on June 1, 2024

Adding reference to #219 here for ease of following.

from bank2ynab.

nocalla avatar nocalla commented on June 1, 2024

Covered in #219 potentially.

from bank2ynab.

mkjeldsen avatar mkjeldsen commented on June 1, 2024

Danske Bank's standard CSV download file format is almost ready. It just requires three small changes (translations, really) in the headers row:

  • Col 1: "Dato" -> "Date" ("Dato" translates directly to "Date")
  • Col 2: "Tekst" -> "Payee" / "Memo" (I prefer "Payee" as it contains a payee signifier of some sorts. "Tekst" translates directly to "Text")
  • Col 3: "Bel�b" -> "Amount" _("Bel�b" is really "Beløb" with encoding issues. "Beløb" translates directly to "Amount")

EXAMPLE:
"Dato";"Tekst";"Bel�b";"Saldo";"Status";"Afstemt" -> "Date";"Payee";"Amount";"Saldo";"Status";"Afstemt"

This has been tested multiple times by yours truly.

FILE NAME:
Files are named as such:

<account_name(any string)>-<account_number(NNNNNNNNNN)>-<extraction_date(YYYYMMDD)>.csv

EXAMPLE:
Accountname-4011123456-20210323.csv

from bank2ynab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.