Hi All,
I have my workflows created in 10.0.8 and till that version, when we use "Take field names from first row of data" in dynamic rename, if two columns have the same data, the second column will be created with incremental numbers and underscore before that. But in version 10.1, it is not creating the new field names with underscore in it. Is that an expected behaviour or a bug?
Example,
If my data is,
Field1 Field2 Field3 Field4 Field5
0 1 0 1 Total
1 2 0 1 Total
Output in 10.0.8 is
Field names --> 0 1 0_1 1_2 Total
1 2 0 1 Total
Output in 10.1 is
Field names --> 0 1 01 12 Total
1 2 0 1 Total
Thanks in advance,
Jeeva.