We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.