OFX conversion always assigns OTHER to TRNTYPE

OFX conversion always assigns OTHER to TRNTYPE

#98146
Active Opened

When converting to OFX, TRNTYPE always has OTHER.  Is there a way to make it CREDIT or DEBIT?  I tried mapping TYPE to CREDIT but that does not change TRNTYPE being OTHER.

CSV*** Sat, 9 Mar 2024 - 07:03

Hi Randy, in theory yes, see list from this site https://financialdataexchange.org

CREDIT = Generic credit

DEBIT = Generic debit

INT = Interest earned or paid

DIV = Dividend

FEE = FI fee

SRVCHG = Service charge

DEP = Deposit

ATM = ATM debit or credit

POS = Point of sale debit or credit

XFER = Transfer

CHECK = Check

PAYMENT = Electronic payment

CASH = Cash withdrawal

DIRECTDEP = Direct deposit

DIRECTDEBIT = Merchant initiated debit

REPEATPMT = Repeating payment/standing order

HOLD = Only valid in <STMTTRNP>; indicates the amount is under a hold

OTHER = Other

Can you do me a favour and test this on your side:

  1. Manually edit the OFX in notepad or similar text editor
  2. Change the TRNTYPE to DEBIT and CREDIT for negative and posive amounts respectivelly
  3. Import into your financial software
  4. Share the outcome, did it work? what changed?
  5. What is the financial you use?
Ran*** Sun, 12 May 2024 - 19:19

In reply to by CSV Converter

I do manually edit the file each month and replace OTHER with CREDIT and it imports into MS-Money just fine.

CSV*** Mon, 13 May 2024 - 10:02

Thanks for confirming, I will mark this issue as high priority.