Como podría sumar unos números de un archivo .csv.
Ejemplo :
2011,"Experimenting with the instances of the MaxSAT evaluation","Argelich J., Li C.M., Manya F., Planes J.",09226389,"Frontiers in Artificial Intelligence and Applications",232, ,0,2,0,5,0,5,0
solo quería sumar el ultimo campo , los últimos 7 números ( 0+2+0+5+0+5+0 )
y el resultado sumarlo con otra suma de otra linea , el archivo tiene " x " lineas de texto .
Ejemplo :
2011,"Experimenting with the instances of the MaxSAT evaluation","Argelich J., Li C.M., Manya F., Planes J.",09226389,"Frontiers in Artificial Intelligence and Applications",232, ,0,2,0,5,0,5,0
solo quería sumar el ultimo campo , los últimos 7 números ( 0+2+0+5+0+5+0 )
y el resultado sumarlo con otra suma de otra linea , el archivo tiene " x " lineas de texto .