gordonmurray/clean-import-headings

A small class to help clean headings on an imported CSV file to make them more understandable

1.1 2017-03-30 19:31 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:09:26 UTC


README

Build Status

A small PHP class to help clean headings on an imported CSV file, to make them more understandable to an automated process

column headings before:

'Company_Import_ID', 'Company_Title_1', 'Company_First_Name', 'Company_Middle_Name', 'Company_Surname', 'Maiden Name', 'Company_Birth_date', 'DEPTAP_Position', 'DEPTAP_OrgName'

column headings after:

'import id', 'title', 'first name', 'middle name', 'surname', 'maiden name', 'birth date', 'position', 'orgname'