> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/dataset/datatostring.md).

# dataToString

## Description

This reads and return all the values stored in the local table in a `JSON` format.

## Input / Parameter

| Name    | Description                                    | Input Type  | Default | Options | Required |
| ------- | ---------------------------------------------- | ----------- | ------- | ------- | -------- |
| dataset | Name of the dataset to be read in local table. | String/Text | -       | -       | Yes      |

## Output

Example below:

| Description                        | Output Type |
| ---------------------------------- | ----------- |
| Returns the string of JSON object. | String      |

## Callback

## Video

## Example

Share a scenario, like a user requirements.

### Steps

Show the steps and share some screenshots.

1. .....

### Result

Explain the output.

## Links
