Export
Last updated
Last updated
You can export data in various formats either by clicking 'Export' button at the top of Summary / Table view or clicking on 'Export' button inside each of the data wrangling steps at the right hand side.
At the top of Summary / Table view
At the data wrangling step
In this case, the exported data is based on the step you clicked the export button for.
Following options are always available.
You can export your data to a CSV file. You can choose one of the separator characters from following.
Comma (,)
Space ( )
Semicolon (;)
Dash (-)
Tab ( )
You can export your data to a JSON file. You can choose one of the formats from following.
Rows
Columns
Values
You can export your data to an RDS (R binary data format) file.
You can export your data to an EDF (Exploratory Data Format) file. This EDF file includes not only the final data output but also the data wrangling steps to reproduce the data. This means that you can import it in another project and all the steps that would produce the data will be reproduced and shown at the right hand side. This would be useful when others want to not only see the data but also want to understand how the data wrangling has been done and want to update the steps.
You can export your data to the Clipboard. The max data size that you can copy to the Clipboard depends on the amount of memory available on the machine for both Windows and Mac. The copied contents may be chopped in the middle if the available memory is not enough.
You can export your data to the Google Sheets.
You can export your reproducible steps as an R Script file.
If you want to create an environment on a different machine (Windows or Mac) where you want to run this exported R script as a standalone, you can follow the instruction in this document.
In addition to the standard options, if you are in the chart view, you have chart specific options depending on the chart type.
You can export your chart to a PNG file. It is available for any chart types except Pivot and Table.
You can export your chart to an SVG file. It is available for any chart types except Map, Pivot and Table.
You can export your chart and data to an EDF (Exploratory Data Format) file. It is available for any chart types. Take a look at Export as EDF for more details.
In addition to the standard options, if you are in a chart view and viewing a Pivot Table, you have following Pivot Table specific options.
You can export your Pivot Table and data to an EDF (Exploratory Data Format) file.
You can export your Pivot Table to an CSV file. You can choose one of the separator characters from following.
Comma (,)
Space ( )
Semicolon (;)
Dash (-)
Tab ( )
You can export your Pivot Table to a JSON file. You can choose one of the formats from following.
Rows
Columns
Values
You can export your Pivot Table to the Clipboard. The max data size that you can copy to the Clipboard depends on the amount of memory available on the machine for both Windows and Mac. The copied contents may be chopped in the middle if the available memory is not enough.