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

Export table

Arguments

Mandatory inputs

exportPathPath of the file you want to export

📂 Path of the file, including its extension. For example: c:/home/receivers.geojson

Type: String

tableToExportName of the table

Table 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

resultExported table name

The name of the exported table, can be used as input for another process

Type: String