Hello community,
I have an excel header as Day 1,Day 2,Day 3,.........,Day 31
i have read the excel and stored as collection "data"
in order to read the values of excel column, i'm using [data.Day 1] instead of this i'm trying to do it as dynamically
i=1,val=""
loop( i<32)
val = [data.Day ]
//some business logic
i=i+1
end loop
In BP how do we concatenate the data items.
Thanks in Advance.
------------------------------
Sai Krishna Somisetty
------------------------------