You are here:  » MagicParser_parse()


MagicParser_parse()

Parse just about any XML or CSV variant text file

Description

bool MagicParser_parse ( string filename, string record_handler, string format_string = "" )

Return Value

If parsing is successful, MagicParser_parse() returns true. A return value of false indicates that an error occurred. Use MagicParser_getErrorMessage() to determine the cause of the problem.