IMan5.1, pu7 - ", hexadecimal value 0x02, is an invalid character. (2 replies)
After digging this appears due to data, we're guessing the client copy-pasted a string which included an invalid character.
Is there anyway to add handling for this to IMan? Can you filter out invalid characters so they don't break the hierarchy transform? A DB reader didn't throw any errors when originally pulling the data, it only became an issue in the Hierarchy.
Randy, some lower order unprintable characters will break IMan and possibly at random places.
Unfortunately, we cannot guard against this.
Our handling may change in the future, but we cannot start filtering data as it would mean parsing every value and removing any invalid ones.
We have a hierarchy transform which was working until today.
When attempting to process a previously working hierarchy transform, I started getting the error
I tried to re-create the hierarchy transform, but I got the same error.