A parser is something that understands a specific file format and enables the translation and loading of data.
Currently supported parsers are
To create a parser for a currently unsupported file type or style of data, extend the Parser
class and add the new class into the same folder.