Data Viewer

The Data Viewer section is used to import CSV or JSON files to perform data analytics.

alt text

alt text

TIP

To better understand how this tool works and all features that contain, head to the Deployment Results section.

Example

The following screenshot shows an example of importing a deployment results to the Data Viewer.

alt text

Importing a CSV file

Here's an example of importing a CSV file.

alt text

id,name
1,Barcelona
2,New York
3,Tokyo

The following screenshot shows how this file would be displayed if it was imported into the Data Viewer.

alt text

Importing a JSON file

Here's an example of importing a JSON file.

alt text

[{"id": 1, "name": "Barcelona"}, {"id": 2, "name": "New York"}, {"id": 3, "name": "Tokyo"}]

The following screenshot shows how this file would be displayed if it was imported into the Data Viewer.

alt text

Last Updated:
Contributors: Pol Alzina