-
Notifications
You must be signed in to change notification settings - Fork 121
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
Empty strings in arrays are removed after parsing #232
Comments
Same issue |
Same issue. |
Added a pull request to fix this.. |
Btw this is impacting my CSV text parsing code using.. There is a null values option to treat certain string values like null, NULL, “”, etc.. Reading this setting in using yamls works fine, but switching to Hocon drops the “” from the list and I end up with errors like: Unable to convert “” to Integer. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When adding a empty string
""
in array, it is removed after parsing:Small example
Prints
When using the regular (scala) HOCON:
https://hocon-playground.herokuapp.com/
Output:
The text was updated successfully, but these errors were encountered: