Skip to contents

Write flattened XML batch results to an existing DuckDB connection

Usage

send_flat_xml_to_db(RESULTS, con)

Arguments

RESULTS

List of parsed XML outputs from get_flat_xml().

con

Active DBI connection to DuckDB (persistent).

Value

Invisibly TRUE on success.