This topic describes how to add a CSV file as a data source in DataV.
Prerequisites
The CSV file data source to be added is prepared.
Procedure
- Log on to the DataV console.
- On the My Data tab, click Data Sources and click Add Data.
Select CSV File from the Type drop-down list.
Upload the CSV file.
NoteThe size of a CSV file cannot exceed 512KB KB. You cannot upload a CSV file that exceeds 512KB.
Click OK.
FAQ
CSV file format issues
If you need to save the original Excel file or another data format of file as a CSV file, you cannot change the CSV file format by directly modifying the suffix. An error occurs.
Compatibility issues in the DataV console
Due to the HTTP protocol restrictions imposed by Google Chrome, you must use an HTTPS URL to open the DataV console and add a CSV file data source.
Static data sample
[
{
"x": "January",
"y": 2,
"s": "Precipitation"
},
{
"x": "January",
"y": 2.6,
"s": "Evaporation"
},
{
"x": "February",
"y": 4.9,
"s": "Precipitation"
},
{
"x": "February",
"y": 5.9,
"s": "Evaporation"
},
{
"x": "March",
"y": 7,
"s": "Precipitation"
},
{
"x": "March",
"y": 9,
"s": "Evaporation"
},
{
"x": "April",
"y": 23.2,
"s": "Precipitation"
},
{
"x": "April",
"y": 26.4,
"s": "Evaporation"
},
{
"x": "May",
"y": 25.6,
"s": "Precipitation"
},
{
"x": "May",
"y": 28.7,
"s": "Evaporation"
},
{
"x": "June",
"y": 76.7,
"s": "Precipitation"
},
{
"x": "June",
"y": 70.7,
"s": "Evaporation"
},
{
"x": "July",
"y": 135.6,
"s": "Precipitation"
},
{
"x": "July",
"y": 175.6,
"s": "Evaporation"
}
]