hello, is there any way to merge two field into one? for example, if the dictionary contains the following: { street 1 : "xxx", street 2 : "yyy" } I want merge it to just "street" property. thanks!
hello,
is there any way to merge two field into one?
for example, if the dictionary contains the following:
{ street 1 : "xxx",
street 2 : "yyy" }
I want merge it to just "street" property.
thanks!