etlplus.ops.load

etlplus.ops.load module.

Helpers to load data into files, databases, and REST APIs.

Functions

load(source, target_type, target[, ...])

Load data to a target (file, database, or API).

load_data(source)

Load data from a file path, JSON string, or direct object.

load_to_api(data, url, method, **kwargs)

Load data to a REST API.

load_to_database(data, connection_string)

Load data to a database.

load_to_file(data, file_path[, file_format, ...])

Persist data to a local file path or remote URI.