-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing of Empty Tags #631
Comments
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo. |
There are multiple possibilities. Hence, I've come up with a common solution in v5. Development of parser was completed few months back. But I'm not getting time to finish UTs and complete the changes in Builder. So please wait for the next release |
Thank you, Amit, for your quick reply and all your hard work supporting this package. I will keep an eye out for V5 Kurt |
I had updated the documents for v5. Please check it with latest version. |
Description
I am looking for a way to provide a default value for empty tags, to override the default of empty string. Similar to issue #630
ETA: #619 may also be related.
Empty tags are not processed through the tagValueProcessor (which makes sense as there is no value to process) but then the value is always an empty string, and there is no way I am aware of, to transpose the value.
The use case is for a data set that sends flags down as an empty tag. ie.
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: