Hemant Pandey
Results
2
comments of
Hemant Pandey
@havocp Thanks for replying. I was also checking out the concatenation operatoe. Let's say I want to take values of application.conf as : ``` { "mylist" { "records":[] "records" +=...
> only objects auto-merge. to concat lists or strings you need to put in a substitution like `${mylist.records} [ “concat this value” ]` @havocp Are you suggesting : ``` {...