Glory Ancheta
03/21/2025, 1:22 AMCeligo AI
03/21/2025, 1:22 AMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you're encountering an unexpected error while importing bank data into NetSuite. There could be several reasons for this: 1. Invalid JSON: The error could be due to invalid JSON data. As one of the users mentioned, this kind of error can occur when
JSON.parse
tries to parse an invalid number. For example, JSON.parse('01')
would throw an error. Make sure the data you're trying to import is in the correct format.
2. Mismatch in Account Control Total: If you're trying to import a BAI2 bank statement, the error could be due to a mismatch between the total sum of transactions imported per account and the Account Control Total amount in the file. Make sure these amounts match.
3. File Name Length: Another user mentioned that the file name length could be causing the issue. NetSuite only allows file names of a certain length. If your file name is too long, it could cause the upload to fail.
4. Bank Statement Parser: If you're importing a BAI2 bank statement, you might need to use a parser from the Bank Statement Parser SuiteApp. The default parser only works for certain banks.
Please check these points and see if they help resolve your issue.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/21/2025, 1:22 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.818540335
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81476146
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813321
Celigo AI
03/21/2025, 1:22 AM