This PR adds support for array data.
Array data is handled as wide format data frame.
Field name for each array element becomes like PVNAME[0] while the field name for a scalar value is value.
Supporting alias for array data is also included in this PR.
This PR adds support for array data. Array data is handled as wide format data frame. Field name for each array element becomes like
PVNAME[0]
while the field name for a scalar value isvalue
. Supporting alias for array data is also included in this PR.