Download the PHP package gordonmurray/clean-import-headings without Composer
On this page you can find all versions of the php package gordonmurray/clean-import-headings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gordonmurray/clean-import-headings
More information about gordonmurray/clean-import-headings
Files in gordonmurray/clean-import-headings
Download gordonmurray/clean-import-headings
More information about gordonmurray/clean-import-headings
Files in gordonmurray/clean-import-headings
Vendor gordonmurray
Package clean-import-headings
Short Description A small class to help clean headings on an imported CSV file to make them more understandable
License MIT
Package clean-import-headings
Short Description A small class to help clean headings on an imported CSV file to make them more understandable
License MIT
Please rate this library. Is it a good library?
Informations about the package clean-import-headings
Clean Import Headings
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'
All versions of clean-import-headings with dependencies
PHP Build Version
Package Version
No informations.
The package gordonmurray/clean-import-headings contains the following files
Loading the files please wait ...