I have been importing bank statement using csv files for a few years now with these 4 simple headers:
- Reference
- Date
- Description
- Amount
This definitely used to work upto version 24.4.17.1441.
After I updated to version 24.5.6.1516, the “Reference” field does not get populated, instead its value gets prefixed to the “Description” field. I believe this to be a bug introduced in last few releases.
Attached a test business & test csv file to import to that business.
Steps to replicate:
- Import the business.
- Go to the “Bank and Cash Accounts” tab and use the “Import bank statement” button at the bottom.
- Select the available “Bank account” and choose the attached csv file.
- Click “Next”, then click “Import”, then go to the “Payments” tab.
- You should see that the “Reference” column is empty and instead the “Description” column has prefixed values (screenshot below)
Sample csv (unable to upload here as .csv are now allowed, please save this content in a test.csv file):
Reference,Date,Description,Amount
HDFC-1-1,02/04/2024,DESCRIPTION 1,64625
HDFC-1-2,03/04/2024,DESCRIPTION 2,-7.15
HDFC-1-3,05/04/2024,DESCRIPTION 3,1
HDFC-1-4,05/04/2024,DESCRIPTION 4,10800
HDFC-1-5,06/04/2024,DESCRIPTION 5,32399
HDFC-1-6,08/04/2024,DESCRIPTION 6,5760.76
HDFC-1-7,08/04/2024,DESCRIPTION 7,8100
HDFC-1-8,08/04/2024,DESCRIPTION 8,-6733
HDFC-1-9,08/04/2024,DESCRIPTION 9,-2600
HDFC-1-10,08/04/2024,DESCRIPTION 10,-5800
Attachments:
Test.manager (108 KB)