Parser

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.