Skip to content
Alan Race edited this page Aug 30, 2016 · 2 revisions

A parser is something that understands a specific file format and enables the translation and loading of data.

To create a parser for a currently unsupported file type, extend the Parser class and add the new class into the same folder.

Clone this wiki locally