Join Slack
Powered by
I got error when i'm importing bank data through f...
# general
g
gellete99
05/26/2022, 10:28 AM
I got error when i'm importing bank data through finanacial insititution record.
b
battk
05/26/2022, 11:11 AM
thats the kind of error you get when JSON.parse tries to parse an invalid number
battk
05/26/2022, 11:11 AM
for example
Copy code
JSON.parse('01')
g
gellete99
05/27/2022, 9:31 AM
ok got it, thanks battk.
3
Views
Open in Slack
Previous
Next