write metadata properties to accept double or null value to create dataset
Hi,
I try to create a metadata file but my data contains double or null value.
When i try to create a dataset Analytics show me this error:
Dataset Create Job with jobId: 56537633-72c0-46eb-ad6a-9e3206c2f659 failed with error:
java.lang.NumberFormatException: empty String
I think that in the file i don't accept the value null but i don't know how do.
Some advice ?
below a part of my metadata file.
{
"fieldName": "L0_S2_F36",
"values": null,
"range": null,
"dataType": "DOUBLE",
"opType": "CONTINUOUS"
},

