I got error when i'm importing bank data through f...
# general
g
I got error when i'm importing bank data through finanacial insititution record.
b
thats the kind of error you get when JSON.parse tries to parse an invalid number
for example
Copy code
JSON.parse('01')
g
ok got it, thanks battk.