Query Output File Download

In a GSQL query, users can print any output from the query to a file. You can download the query output files from Admin Portal.

Procedure

Navigate to Admin Portal, and then click "Others" on the left side navigation, and Click "GSQL Output File". After users print the query result into a file, they can preview or download the output files through this page.

2. Select nodes and provide file path

You can select a specific machine in the cluster to download the output file from. By default, all machines are selected.

After selecting the machine, you need to provide the absolute file path to the file you want to download. For example: /home/tigergraph/tigergraph/data/files/v.csv.

Make sure the file path you provide is allowed by GSQL file output policy. When a file path is not allowed by the policy, you will not be able to preview or download the file.

3. Preview and download file

Once you provide a valid file path, you will be able to preview and download the file.

Last updated