wphyojpl opened a new pull request #39:
URL: https://github.com/apache/incubator-sdap-ingester/pull/39


   - for multivariable processes, pass `null` when `standard_name` is missing
   - updated test case
   - if it is single variable data, it will be either `"the name"` or `null` is 
passed
   - if it is multivariable data, it will be either `["name1", "name2", ..., 
"nameX"]` or `null` values like `["name1",null,"name2",...]`
   - they can be converted back to Python object by using `json.loads(...)`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to