Hi
I would like import a csv file wich the each line are like the following:
"dd/MM/yyyy","08:27:36","CEST","xxxx ","xxxxx","Terminé","EUR","40,10","","40,10",
I've try with split(text,",") but the coma from the number is use like a separator and the result keep the " character.
Do you have any idea to get a array or a list with each information without the " and the amounts with the , ?
Thanks in advance
Luc
I would like import a csv file wich the each line are like the following:
"dd/MM/yyyy","08:27:36","CEST","xxxx ","xxxxx","Terminé","EUR","40,10","","40,10",
I've try with split(text,",") but the coma from the number is use like a separator and the result keep the " character.
Do you have any idea to get a array or a list with each information without the " and the amounts with the , ?
Thanks in advance
Luc