0
Good is the following I have a web app where graphics Gero, however I liked to filter data and do coutagens, I have only data in a comic, so I have already exported and to avoid q app slow I was thinking of reading from csv but I need to filter the data someone knows how I can do ex:
csv
Nome, profissão, Idade,Sexo ,Nacionalidade , quantidade
jose , trolha,10,M,nacional,10
jose , trolha,10,M,nacional,10
jose , trolhaassda1,10,M,nacional,10
jose , trolha1dsds,10,M,nacional,10
jose , trolh1111,10,M,nacional,10
jose , trolhadasdas,10,M,nacional,10
wanted that appears only the trolley. it is possible
output Name, profession, Age, Gender ,Nationality , quantity Jose , troll,10,M,national,10 Jose , troll,10,M,national,10
and to maintain the header?
– usersantos
Yes, it is possible to keep the header since you will just format the information output
– Vinicius Guedes