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

Csv to Coda #71

Closed
barist26 opened this issue Feb 18, 2024 · 2 comments
Closed

Csv to Coda #71

barist26 opened this issue Feb 18, 2024 · 2 comments
Assignees
Labels

Comments

@barist26
Copy link

Hello Mr. Martin,

I want learn, Have you a script for csv bank statements to Codabox format ?

Sorry for asking this question in here. I can't find your email.

Thanks

@mhemeryck
Copy link
Owner

Hey @barist26

Some things to clarify

CODA format

pycoda is a pure python library for parsing and writing CODA files, a digital format maintained by the Belgian National Bank (febelfin) and used by all major Belgian banks to capture information about daily bank statements; see the febelfin CODA docs for the full spec. The format is thus CODA -- not codabox format

codabox affiliation

This library is not affiliated in any way to codabox -- except for the fact that I do indeed work there. Side note: the original development of the library was done even before I worked there. It's a purely personal project I did in my spare time. I don't actively develop it anymore, apart from some occasional dependency updates.

CSV statements

You could use the library to construct a CodaFile instance with all required records as detailed in the README. From there on, you should in principle be able to generate a CODA file from that; have a look at the README for that. Do note that this library does not guarantee valid CODA output, that's up to the caller of the library. I hope this clarifies things a bit for you.

@mhemeryck mhemeryck self-assigned this Feb 19, 2024
@mhemeryck
Copy link
Owner

Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants