gordonmurray/clean-import-headings

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

Installs: 69

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/gordonmurray/clean-import-headings

1.1 2017-03-30 19:31 UTC

This package is not auto-updated.

Last update: 2025-11-09 02:28:04 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'