Hi Group,
I am using File to Proxy scenario , in which I am reading the below CSV file into row and passing to Porxy ,
in the proxy I want to convert data in to the below outputformat to insert into custom table can any body suggest,
My requirement is following: Here COL 's are indefinate COL0001,COL0002,COL0003.....COLnnnn
Year Period Type Cc COL0001 COL0002 COL0003
2013 10 DCT 100774 0.002301374 0.002301374 0.002152929
2013 10 DCT 100306 0.002259948 0.002259948 0.002610926
2013 10 DCT 100204 0.004002861 0.004002861 0.004082154
2013 10 DCT 100372 0.002159194 0.002159194 0.002020573
2013 10 DCT 100301 0.003722206 0.003722205 0.004145894
2013 10 DCT 100185 0.002433672 0.002433672 0.002374354
2013 10 DCT 100637 0.002041811 0.002041811 0.001920717
2013 10 DCT 100005 0.004306849 0.004306849 0.004253312
Output
------
Year Period Type CC Col Name Value Avg
------------------------------------------------------------------------
2013 10 DCT 100774 COL0001 0.002301374 value/sum
2013 10 DCT 100306 COL0001 0.002259948
2013 10 DCT 100204 COL0001 0.004002861
2013 10 DCT 100372 COL0001 0.002159194
2013 10 DCT 100301 COL0001 0.003722206
2013 10 DCT 100185 COL0001 0.002433672
2013 10 DCT 100637 COL0001 0.002041811
2013 10 DCT 100005 COL0001 0.004306849
2013 10 DCT 100774 COL0002 0.002301374 value/sum
2013 10 DCT 100306 COL0002 0.002259948
2013 10 DCT 100204 COL0002 0.004002861
2013 10 DCT 100372 COL0002 0.002159194
2013 10 DCT 100301 COL0002 0.003722206
2013 10 DCT 100185 COL0002 0.002433672
2013 10 DCT 100637 COL0002 0.002041811
2013 10 DCT 100005 COL0002 0.004306849
2013 10 DCT 100774 COL0003 0.002152929 value/sum
2013 10 DCT 100306 COL0003 0.002610926
2013 10 DCT 100204 COL0003 0.004082154
2013 10 DCT 100372 COL0003 0.002020573
2013 10 DCT 100301 COL0003 0.004145894
2013 10 DCT 100185 COL0003 0.002374354
2013 10 DCT 100637 COL0003 0.001920717
2013 10 DCT 100005 COL0003 0.004253312