You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case where there are elements or attributes present in the LabVIEW that are not present in the XML data, then the output LabVIEW data will contain the same values passed into the Data Type and Default Value (variant) input - this is a "best attempt".
When I enter default values into the Labview Data (Type) connector on the Easy Parse XML VI, I am returned blank values rather than the default values when an element is missing in the XML String.
Is there a step that I am missing or is this a bug?
Thanks for putting together this awesome tool.
Regards,
Simon
The text was updated successfully, but these errors were encountered:
very nice tool! This is the only feature that is missing for me. I have to handle optional integer fields, but currently I cannot distinguish between a zero integer field defined on the input and a missing parameter.
Do you know a workaround for this issue? Or do you plan to implement this future in the near feature?
UPDATE: A workaround can be that I use everywhere string type, and I do the type check and cast in the code. Is it correct?
Hi,
With regard to the below functionality:
When I enter default values into the Labview Data (Type) connector on the Easy Parse XML VI, I am returned blank values rather than the default values when an element is missing in the XML String.
Is there a step that I am missing or is this a bug?
Thanks for putting together this awesome tool.
Regards,
Simon
The text was updated successfully, but these errors were encountered: