etlplus.ops.extract

etlplus.ops.extract module.

Helpers to extract data from files, databases, and REST APIs.

Functions

extract(source_type, source[, file_format])

Extract data from a source (file, database, or API).

extract_from_api(url[, method])

Extract data from a REST API.

extract_from_database(connection_string)

Extract data from a database.

extract_from_file(file_path[, file_format, ...])

Extract (semi-)structured data from a local file path or remote URI.