I would like to know how to define in excel export a field of type date
Hello,
Thank you for reaching out to us.
WebDataRocks provides the possibility to define the datatype explicitly through the meta-object of the JSON or CSV data set.
The data type of the specific hierarchy can be defined using the following construction:
"Hierarchy_Name" : { type: "type_name" }
x+/-Hierarchy_Name
where x
is the prefix defining the data type.
Detailed information about data types and their usage can be found by following the links: JSON data types, CSV data types.
Exported file opened in Excel also has data types, specified inside the meta-object, in case the data type defined does not divide the data on several separate subfields. In order to get your date data presented as a single hierarchy, the following data types have to be used:
date string
, datetime
ds+
, dt+
We hope it helps.
Regards,
WebDataRocks Team