Previous topic

plsxml.PLSXML

Next topic

plsxml.PLSXML.table_summary

This Page

plsxml.PLSXML.append

PLSXML.append(path, tables=None)[source]

Parses the input file into the class dictionary. If tables is None, all tables will be loaded. Otherwise, pass a list of the specific table names to be parsed.

Parameters:
path : str

A string defining the XML file path.

tables : list, default is None

A list of strings defining the table names to be loaded from the referenced XML file. If None, then all tables in the XML file will be parsed.