Convert bank statement to OFX format

Hi support,

My client is looking for a program to convert bank statement to OFX format in order to be imported into the OFX statement reconciliation in Bank service.

As his office is located in China and most of the China bank does not provided electronic bank statement in OFX format (only in excel or csv format).

 

  1. Does Sage can help to provide a conversion utility in case I could provide you the bank transaction data exported from the e banking?
  2. If not, is there any existing third party option could help do the same conversion ?
  3. As I know, even I could get a OFX file, it might not compatible with the one the Bank Services required, am I correct?

Below are the banks that my client is using. Could you advise how my client request could be achieved?

  1. Bank of East Asia www.hkbea.com.cn
  2. Bank of China www.boc.cn
  3. ICBC: www.icbc.com.cn

Many thanks,

Cinny

Parents
  • 0

    OFX is just an XML file, you can view samples of OFX files in the DOCS folder, search for SAMINCOFX.ASO
    I write macros for my customers to convert text or Excel files to OFX format, it is relatively simple. There are also utilities on the web that will do the same, but a custom macro is much simpler to use for the end users.

Reply
  • 0

    OFX is just an XML file, you can view samples of OFX files in the DOCS folder, search for SAMINCOFX.ASO
    I write macros for my customers to convert text or Excel files to OFX format, it is relatively simple. There are also utilities on the web that will do the same, but a custom macro is much simpler to use for the end users.

Children