Hey there,
I’m trying to import CSV Line Items for a basic bank (Digit.co), but I keep getting this error.
No new transactions in uploaded Basic CSV CSV file.
Here’s the Google Sheet version. Any suggestions?
Thanks,
Julia
Hey there,
I’m trying to import CSV Line Items for a basic bank (Digit.co), but I keep getting this error.
No new transactions in uploaded Basic CSV CSV file.
Here’s the Google Sheet version. Any suggestions?
Thanks,
Julia
The issue (or part of the issue) is likely that your date values are invalid. When you use the LEFT()
formula, the output is rendered as text, not a date. Try again after replacing the Date column cells with dates.