Sha256: 53e3d5af34a239a54c42f118644a1bf3d691a082e7116b5cc1c0de961daae7ee

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

# 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)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ubimport-0.2.0 README.md
ubimport-0.1.0 README.md