zipfs

Dateien in ZIP-Archiven lesen

Maintainer: isaacbrodsky

Installation und Laden

INSTALL zipfs FROM community;
LOAD zipfs;

Beispiel

SELECT * FROM 'zip://my_zip.zip/my_file.csv';

Über zipfs

Die zipfs-Erweiterung fügt Unterstützung für das Lesen von Dateien in ZIP-Dateien und anderen Archiven hinzu.

Hinzugefügte Funktionen

function_name function_type description comment examples
archive_contents table NULL NULL
zip_contents table NULL NULL

Überladene Funktionen

Diese Erweiterung fügt keine Funktionsüberladungen hinzu.

Hinzugefügte Typen

Diese Erweiterung fügt keine Typen hinzu.

Hinzugefügte Einstellungen

name description input_type scope aliases
zipfs_extension Extension to look for splitting the zip path and the file path within the zip. To specify an artificial seperator, instead set: set zipfs_split = '!!'; VARCHAR GLOBAL []
zipfs_split Extension to look for splitting the zip path and the file path within the zip. Will be removed from the zip file name. Overrides zipfs_extension. Defaults to NULL. VARCHAR GLOBAL []