Skip to content

Instantly share code, notes, and snippets.

@joewoodhouse
joewoodhouse / convert.php
Last active December 13, 2016 10:16 — forked from salgo/convert.php
Convert Barclaycard commercial to freeagent CSV format
<?php
$row = 0;
if ($argc != 4) {
die('Expected 3 arguments: php convert.php $input_file $output_file $after_date');
}
date_default_timezone_set('Europe/London');