Hi all,
I want to be able to parse messages with just numbers. I have lot of .csv files with just numbers and different headings (some headings are the same across csv files)
For eg.
Col1, Col2, Col3
1,20,30
2,20,30
Col1, Col4, Col5
1,30,50
2,50,60
So these will be two messages. If I want to separate out the filter based on the Col names, how do I do that ?
Please help me.