Export Table
Overview
➡️ Export table from the database into a local file. Valid file extensions: csv, dbf, geojson, gpx, bz2, gz, osm, shp, tsv, fgb
Arguments
Mandatory inputs
exportPath— Path of the file you want to export📂 Path of the file, including its extension. For example: c:/home/receivers.geojson
Type:
StringtableToExport— Name of the tableTable Name or SQL Query Option 1: Simple table name Enter the name of an existing table, e.g.: mytable Option 2: SQL query with parenthesis Wrap your SELECT query in parenthesis to export filtered or joined data Example: (SELECT * FROM mytable WHERE field = 1)
Type:
String
Output
result— Exported table nameThe name of the exported table, can be used as input for another process
Type:
String