Questions tagged [coda-format]

Coded statement of account (CODA) This bank standard specifies the layout for the electronic files in the bank to customer communication.

External Links

3 questions
6
votes
2 answers

Febelfin CODA (Coded Statement of Account) 2.3 Only used in Belgium?

I'm tasked with writing some code that interprets CODA files that come from (different) (Belgian) banks. CODA files stands for Coded Statement of Account files, and seems to be the Belgian name for textual files that have a line for each bank…
Michiel Cornille
  • 2,067
  • 1
  • 19
  • 42
5
votes
1 answer

Where can I find the definition of the alphanumeric set for CODA spec?

The CODA specification refers to alphanumeric, but I cannot find where is the set of allowed characters defined. Inspecting sample CODA files, emitted by reliable Belgian banks, I can see letters, numbers, parenthesis, dash, dot, colon, slash,…
arhak
  • 2,488
  • 1
  • 24
  • 38
5
votes
3 answers

Proper way to read position based text file

So I have a file with data in this (standardized) format: 12455WE READ THIS TOO796445 125997 554777 22455 888AND THIS TOO796445 125997 55477778 2 1 Probably tought up by someone who has done too much cobol. Each field has…
maazza
  • 7,016
  • 15
  • 63
  • 96