Functions which allows to read serialized informations for autoparser.
Read YAML file with configuration and pointers to example data.
Parameters: | file_name (str) – Name of the file, where the configuration is stored. |
---|---|
Returns: | dict – Parsed and processed data (see _process_config_item()). |
html: simple_xml.xml first:
data: i wan’t this required: true notfoundmsg: Can’t find variable $name.
— html: simple_xml2.xml first:
data: something wanted required: true notfoundmsg: Can’t find variable $name.