Files
Implementation for a base class for file parsers.
FormatManager(file_path, schema=None)
¶
Bases: ABC
Abstract class for FormatManager .
Initialize the FormatManager class. Args: file_path: the path to the file. schema: the schema of the file. Default is None. Returns: None