Skip to content

cc-systems/finom-sepa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finom-sepa

Finom is a German fintech bank startup. They do not support SEPA.xml bulk transactions (cf. https://finom.nolt.io/119).

This tool allows to convert a SEPA xml file to finom's bulk CSV format.

Installation

Install dependencies using yarn.

yarn

Usage

The program takes a sepa file and dumps the CSV to stdout.

Usage: index [options] <sepa.xml>

CLI to convert SEPA XML files into a multi transfer CSV file that can be used with finom

Arguments:
  sepa.xml    SEPA XML file to convert

Options:
  -h, --help  display help for command

Example

yarn -s start ~/sepa.xml > finom.csv

Notes

This is a very hacky tool that only considers the happiest path. There is no validation and nearly no sanity check that your input fits expectations. Good luck!

About

A tool to convert sepa files into finom csv.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published