Hi Adam,
Can we assume from your description of the CSV file received from the bank that all of the records have a positive amount? And that what you would like to do is differentiate the deposits from the payments?
Is there a field/column in your CSV file that contains some sort of transaction type, like D/P for Deposit/Payment, or C/D for Credit/Debit, or something else. If all amounts are indeed positive in the CSV file, Adagio BankRec would need some distinguishing field in the file to separate the payments from the deposits.
In the Bank Statement import template, there are a few pre-defined ways of separating payments and deposits:
- There are 2 columns for debits and credits in the file, and each transaction has a value for one and 0.00 for the other. Assign the Debit and Credit fields in the Adagio import template.
- There is an amount field in the file that is positive for deposits and negative for payments. Assign the Amount field in the Adagio import template.
- There is an amount field in the file that is always positive, and a second identifying field that is 0 for a debit and 1 for a credit. Assign Amount to the amount and Amount Type to that second field.
- There is an amount field in your file that is always positive and a second field that has D, Deb or Debit for debits and C, Cred or Credit for credits. Assign Amount to the amount field and Transaction Type for that second field.
If your bank CSV file does not match one of the above 4 scenarios, can you indicate how a record is identified as a payment or a deposit?
_________________________
Regards,
Softrak Tech Support