Need help for property conversion issue
Opened this issue · 1 comments
amkul12 commented
Hello,
I am trying to use props2yaml library for converting ".properties" files to ".yml" files. It works fine for most of properties but I am facing an issue for converting properties to yaml in attached file (PFA)
When converting properties in attached file to yaml , property at line # 4 is not getting converted. Please find the conversion output in the same attached file. Could you please help with this?
propsconversion.txt
mariuszs commented
Confirmed to fail on this:
application.table.prefix = Prefix1
application.table.prefix.editable = false
application.table.prefix.required = true
Thanks for your report... I need to investigate.