Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 378 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 378 Bytes

CSVParser

CSVParser is used for parsing csv files with different sets of columns and gathering it into main output file with correct properties under each header.

Usage

  • Change to desired input file name in index.php file. $inputFile = file('yourinputfilehere.csv');
  • run index.php file in console and it will append new content to output file if there is one.