Good Afternoon
I have an delimiter text file using the '|' and I want to sum the numbers in the fifth column. Save the results to a new text file.
Example
0|21212131|TEST|19/12/2010|56.89|17/12/2010
0|21212131|TEST|12/12/2010|75.00|17/12/2010
0|21212131|TEST|11/01/2010|156.89|17/12/2010
0|21212131|TEST|12/04/2010|5.99|17/12/2010
0|21212131|TEST|17/10/2010|56.89|17/12/2010
Add up the fifth column - 56.89+75.00+156.89+5.99+56.89
Any ideas
I have an delimiter text file using the '|' and I want to sum the numbers in the fifth column. Save the results to a new text file.
Example
0|21212131|TEST|19/12/2010|56.89|17/12/2010
0|21212131|TEST|12/12/2010|75.00|17/12/2010
0|21212131|TEST|11/01/2010|156.89|17/12/2010
0|21212131|TEST|12/04/2010|5.99|17/12/2010
0|21212131|TEST|17/10/2010|56.89|17/12/2010
Add up the fifth column - 56.89+75.00+156.89+5.99+56.89
Any ideas