Codearte / props2yaml

Apache License 2.0
38 stars 17 forks source link

Need help for property conversion issue #16

Open amkul12 opened 7 years ago

amkul12 commented 7 years ago

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 7 years ago

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.