The Wayback Machine - https://web.archive.org/web/20210121092236/https://github.com/gordonmurray/match-import-headings
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Match CSV Import headings

Build Status Coverage Status

A class to match cleaned column headings on an imported CSV to known column headings. Headings are matched based on direct text match and known synonyms.

column headings before:

'fname','middle name','surname','birth date','position','orgname'

column headings after:

Array ( [value] => fname [match] => first name )

Array ( [value] => middle name [match] => middle name )

Array ( [value] => surname [match] => last name )

Array ( [value] => birth date [match] => date of birth )

Array ( [value] => position [match] => job position )

Array ( [value] => orgname [match] => organisation )

About

A class to match cleaned column headings on an imported CSV to known column headings

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.