CES export API

This API was designed for the sole purpose of migrating single exchanges out of CES and into Drupal 8. It consists of 4 CSV files, accessed at different urls. A CES exchange has a seven letter code e.g. BLCE
CES currently sits on two servers running two ddifferent code bases. Hopefully the API will apply the same to both

MEMBERS
Url template: https://communityexchange.net.au/_super/_export/BLCE-Offers.csv

name: the ces unique user key e.g. abcd1234. This will be mapped to the drupal user->name field
firstname: string (20)
lastname: string (20)
orgname: string (64)
role: ces walletTypes, one of ind|fam|com|org|pub|adm
coordinator: boolean
responsibility: string
mail: this may be empty and drupal will generate one AND mark the user as offline
password: plaintext. if a password is missing that means the user no longer exists, but the wallet is still needed.
created: Account creation date, format:  "2016-01-15 19:10:33"
access: user last login
address.address_line1
address.address_line2
address.dependent_locality
address.administrative_area
address.postal_code
address.country_code
address.locality: Localities will be autocreated if they do not exist already
phones: string
phones2: string
notes_admin: private notes about the member, with <br  /> for line breaks
langcode: string (2) a two letter code lowercase
privacy_phone1: boolean TRUE = private
privacy_phone2: boolean TRUE = private
privacy_address: boolean TRUE = private

OFFERS
ces_uid: user id e.g. abcd1234
title: string
categories, comma separated term names
body: string
created: item created date, format:  "2016-01-15 19:10:33"
changed: last changed date, format:  "2016-01-15 19:10:33"
expires: expiry date (only where scope > 0) format:  "2016-01-15 19:10:33"
scope: 0 for this user only, 2 for all members of the site, 3 for general public


TRANSACTIONS
payer: wallet id e.g. abcd1234
payee: wallet id e.g. abcd1234
quantity: integer number of talents
created: item created date, format:  "2016-01-15 19:10:33"
state: is always 1 which translates to TRANSACTION_STATE_DONE in D8
type: last changed date, format:  "2016-01-15 19:10:33"
description: text

