Import Data into Data Table
You can achieve this by clicking on the Import button. A modal dialog like the one below will appear.
The dialog above has 2 steps:
- Enter the data
- Validation
During this process your data will be validated and if it has a correct format it will allow you to import it, which will create the new data table.
Fields description:
Name | Description |
---|---|
Name | This is the name you want to provide for the data table. The value in this field will be used to generate a unique and valid measurement . |
Measurement | The measurement must have a valid format and it will be generated from the name field above. The modal dialog will automatically take care of this as you enter the name above. |
CSV Content | This field is where you enter your data in a CSV format that matches the following criteria in order to be valid
Example of valid data format: time,co2::int,humidity::float,device::tag,closed::boolean
CODE
|
After entering the required data above you can click on the `Validate` button which will validate the required information. The second step in this dialog will display if the validation worked or failed and it will provide an appropriate error message to help you correct the problem.
If everything is valid, the second dialog will display a preview of the data and clicking on the Import button will create the table and import the provided data and the table will now be available in the list of User created data tables.