-
-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Labels
Description
Hello,
I'm currently working with an XML document that is parsed and results in empty strings. For my use case, I would rather these empty strings be represented as null values. However, I've noticed that when I return null using the tagValueProcessor, it gives me a default value instead. Could someone explain the reasoning behind this? Is there any way to modify this behavior? Thank you.
pawel-id