Downloading the Complete Raw Result

You can download a successful query result from the History tab of the Workbench page by selecting the corresponding query. Below are instructions for queries that have result sets larger than the default file size.

Note

Analyze describes the composing different types of commands that you can run. See also Downloading Results and Logs.

You can download the complete raw result by clicking the Download icon near the top right corner of the Results pane.

The Cloud storage bucket is displayed with the corresponding directory and files.

Select a file or expand the directory to select files, or download all folders and files.

Note

You can only download a single file at a time.

After making your selection, click Download. Click Close to go back to the main tab.

Merging Individual Files from a Complete Raw Result Download

When you get multiple files as part of a complete raw result download, use a command such as the following to merge them to a single file.

  • cat file_1 file_2 ... file_n | tr \\1 \\t > output.txt