Skip to content

HippoHR/rabo-to-xero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

rabo-to-xero

Formats the Dutch Rabobank CSV format for bank statements so it can be imported by Xero.

Input format (http://www.rabobank.nl/images/formaatbeschrijving_csv_kommagescheiden_nieuw_29539176.pdf, http://www.sepa.nl/):

  1. REKENINGNUMMER_REKENINGHOUDER IBAN number.
  2. MUNTSOORT
  3. RENTEDATUM YYYYMMDD
  4. BY_AF_CODE C or D
  5. BEDRAG This is always a positive number, for both credits and debits.
  6. TEGENREKENING
  7. NAAR_NAAM
  8. BOEKDATUM YYYYMMDD
  9. BOEKCODE
  10. FILLER
  11. OMSCHR1
  12. OMSCHR2
  13. OMSCHR3
  14. OMSCHR4
  15. OMSCHR5
  16. OMSCHR6
  17. END_TO_END_ID
  18. ID_TEGENREKENINGHOUDER
  19. MANDAAD_ID

Target format:

  1. REKENINGNUMMER_REKENINGHOUDER IBAN number.
  2. MUNTSOORT
  3. RENTEDATUM YYYYMMDD
  4. BY_AF_CODE C or D
  5. BEDRAG This is a positive number for C's, and a negative number for D's.
  6. TEGENREKENING
  7. NAAR_NAAM
  8. BOEKDATUM YYYYMMDD
  9. BOEKCODE
  10. FILLER
  11. OMSCHR1 All description lines are pasted together into this field. It will also include the END_TO_END_ID and ID_TEGENREKENINGHOUDER
  12. MANDAAD_ID

Copyright 2013 YellowYellow BV

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages