Project

ubimport

0.0
No commit activity in last 3 years
No release in over 3 years
A useful tool until Xero.com supports Ulster Bank Ireland
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0.1
>= 0
~> 3.1.0

Runtime

 Project Readme

UBImporter

An import utility for Ulster Bank Ireland Bankline CSV files that outputs a CSV file compatible with Xero.com

Install

gem install ubimport

Usage

ubimport path-to-csv-file.csv

if you want to create a new file

ubimport path-to-csv-file.csv > new-file.csv

API

require 'ubimporter'

infile = '/path/to/csv_file.csv'
outfile = '/path/to/csv_file_fixed.csv'

importer = UBImporter.new(file)
importer.write(outfile)