Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am joewoodhouse on github.
  • I am joewoodhouse (https://keybase.io/joewoodhouse) on keybase.
  • I have a public key ASCEWlJUxygJyIncwNOxHoOYuFtof3bqMnt7ZRbwSb_5TAo

To claim this, I am signing this object:

@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');