This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ini_set('display_errors', 1); | |
ini_set('display_startup_errors', 1); | |
error_reporting(E_ALL); | |
$file = 'logsamples/ezp20150911.log'; | |
$format = 'text/tab-separated-values'; //application/json //json format removing output fields does not work so we will stick with tsv for now | |
$output_file = 'ezp20150911.tsv';//text.json |
NewerOlder