Skip to content

Parser

io.amber.v22.parser.AmberV22Parser()

Bases: FileParser[AmberV22State]

parse_file(file_path)

Scan and parse file into regions with data ready to put into a store.

PARAMETER DESCRIPTION
file_path

Path to file to parse.

TYPE: str

RETURNS DESCRIPTION
ParsedFile

Parsed data from the file. You should use this to write into stores.