| setup |
setup() |
|
| create_target_tables |
create_target_tables(target_table = '') |
|
| get_xml_etl_mappings |
get_xml_etl_mappings() |
|
| get_xml_etl_pcd_mappings |
get_xml_etl_pcd_mappings() |
|
| get_config |
get_config() |
|
| check_if_target_table_exists |
check_if_target_table_exists(target_table = '') |
|
| get_sql_templates |
get_sql_templates() |
|
| error_log |
error_log(message = '', context = '', freshfile = False, filename = 'error.log') |
|
| get_batch |
get_batch() |
|
| get_test_batch |
get_test_batch() |
|
| init_batch |
init_batch() |
|
| init_test_batch |
init_test_batch() |
|
| print_entity |
print_entity(entity, level = 1) |
|
| count_parents |
count_parents(element) |
Count the number of parents an element has in the document. |
| lineage_id |
lineage_id(entity, mode = 'full') |
|
| get_type |
get_type(x) |
Determine the type based on the string value, now including bool. |
| xml_apply_map |
xml_apply_map(entity, xml_etl_map, xml_pcd_master) |
|
| multiple_replace |
multiple_replace(text, replacements) |
|
| characterize_nodes |
characterize_nodes() |
|
| map_node |
map_node(node_id, path, value, index) |
|
| generate_sql |
generate_sql() |
|
| run_etl |
run_etl(batch) |
|