gordonmurray/clean-import-headings

一个小类,用于帮助清理导入CSV文件中的标题,使其更易于理解

1.1 2017-03-30 19:31 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:58:09 UTC


README

Build Status

一个小PHP类,用于帮助清理导入CSV文件中的标题,使它们更容易被自动化流程理解

之前的列标题

'Company_Import_ID', 'Company_Title_1', 'Company_First_Name', 'Company_Middle_Name', 'Company_Surname', 'Maiden Name', 'Company_Birth_date', 'DEPTAP_Position', 'DEPTAP_OrgName'

之后的列标题

'import id', 'title', 'first name', 'middle name', 'surname', 'maiden name', 'birth date', 'position', 'orgname'