Forum Discussion
eduardoeduardo
10 years agoQrew Trainee
Thanks Dan!!
Actually I have been able to parse it with ;
var tipo = $(this).find('TRNTYPE').text();
var tipoS = tipo.split(" ");
csv_line.push(tipoS[0]);
It is working (of course I use your technique to import afterwards
Seems OFX is not very standard in Brazil, cause each bank has different formats, Some have closing tags some do not....
Actually I have been able to parse it with ;
var tipo = $(this).find('TRNTYPE').text();
var tipoS = tipo.split(" ");
csv_line.push(tipoS[0]);
It is working (of course I use your technique to import afterwards
Seems OFX is not very standard in Brazil, cause each bank has different formats, Some have closing tags some do not....