Created 06-29-2018 10:01 PM
When I have a property in blueprint containing '/' in it, it is getting removed.
Eg: test.abc./aaa = "test-value" is getting converted to test.abc.= "test-value"
How can i get around this?
Created 06-29-2018 10:07 PM
Could you try escaping it with u002fc
So if you want a/b try using a\\u002fb
Created 06-29-2018 10:07 PM
Thanks @dbalasundaran
Created 06-29-2018 10:07 PM
Could you try escaping it with u002fc
So if you want a/b try using a\\u002fb