Published on : August 31, 2020
Title:Array merge
Purpose :To merge one array in second array
Syntax :[template.get arra1 merge_with=array2 /]
Input Parameter :Array1, Array2
Return value :Array
Example :
[module.set_array x a1=1 a2=2 a3=3 /] [module.set_array x2 a4=1 a5=2 a6=3 /] [module.get x2 merge_with=module.x /] [module.dump x /]
Output : Single Array
Description: We can merge one array into second array using this function