gordonmurray / clean-import-headings

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean Import Headings

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'

About

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

License:MIT License


Languages

Language:PHP 100.0%