Skip to content

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

License

Notifications You must be signed in to change notification settings

gordonmurray/clean-import-headings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages