Class CsvParser
© 2019 Palo Alto Networks, Inc. All rights reserved.
Licensed under SCRIPT SOFTWARE AGREEMENT, Palo Alto Networks, Inc., at https://www.paloaltonetworks.com/legal/script-software-license-1-0.pdf
Located at misc-classes/CsvParser.php
public static
false|string[]
&
|
#
parseFile( string $fileName, string & $errorMessage, boolean $hasHeaders = TRUE, boolean $skipEmptyLines = FALSE, null|string[] $customHeaders = null )
|
public static
false|string[]
&
|
#
parseString( string $content, string & $errorMessage, boolean $hasHeaders = TRUE, boolean $skipEmptyLines = FALSE, null|string[] $customHeaders = null )
|