03-20-2024 04:06 AM
All,
I got unexpected result which I think it is a bug when I use Unflatten from JSON to extract Numeric Array data.
If there is any -inf value in the JSON String then the value of subsequent elements is 0 (zero).
Is there any opinion on this?
03-28-2024 06:55 PM - edited 03-28-2024 06:55 PM
Hi Andy,
The behavior you show (not handling -Infinity and returning partial results on an error) does look unexpected and is being tracked by R&D as issues #2696525 and #2696528 respectively.
Unfortunately I don't have a timeline of when that issue could be addressed in G Web.
While it is expected that Unflatten From JSON should support -Infinity in the diagram you provided and the node is currently behaving incorrectly for that case, I will point out that the node is returning an error status because it currently cannot handle the value. With error handling are you able to workaround the behavior for your use case?