gordonmurray/clean-import-headings
Composer 安装命令:
composer require gordonmurray/clean-import-headings
包简介
A small class to help clean headings on an imported CSV file to make them more understandable
关键字:
README 文档
README
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'
统计信息
- 总下载量: 69
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-02-25