I am tying to correctly import CSV transactions into IN, but I do not know how. Tried many different combinations but none of them works.
These are my bank CSV columns:
Posting date,Value date,Amount,Currency,Type,Preffix,Account Number,Bank Code,IBAN,Variable symbol,Specific symbol,Constant symbol,“Payer¥s reference”,Information for beneficiary,Description
As an example, how to match Credit/Debit to Deposit/Withdrowal when columns in IN are like bellow. There are Credit/Debit in one Header, but IN has two separate columns Credit and Debit.
After changing CSV amount values to negative (-) and positive, CSV amounts are imported correctly into deposit and withdrawal columns. Is this the only way how to import it?
Except for +/- amount values, how to match one header (contains both credit and debit type) in csv with two columns (on for credit, one for debit) in IN?