A Meyer's singleton which the FileToTableExtractorRegistrar class uses to register a new file eding. Registered classes can be created via the Create function.
Class for registrating a new file type. If a TableExtractor shall support a new file ending, all it needs is a static FileToTableExtractorRegistrar with the string of the new supported file extension.
API for creating a Table entity from any source. The task of this class is only the extraction of single rows, depending in the set delimiter. The contained strings are not altered in any way.