Convert OFX Response File from 1.03 to 2.2 Format via C#

OFX Response File from 1.03 to 2.2 conversion without needing Microsoft Office installed.

 

Aspose.Finance for .NET is an API to process XBRL, iXBRL formats and developers can easily build business processes management, financial analysis and reporting software applications to convert, create, read, view and validate XBRL, iXBRL and OFX finance-related files.

How to Convert OFX Response File from 1.03 to 2.2 Format

  1. Load input file using OfxResponseDocument class .
  2. Use the ofxVersion V2x from OfxVersionEnum as parameter in Save method.
  3. Call the Save method by providing the target file and ofxVersion.

Conversion Requirement

To proceed for OFX Response File from 1.03 to 2.2 conversion, .NET Finance API is the main requirement.

  • Install it via command line as nuget install Aspose.Finance or via Package Manager Console of Visual Studio with Install-Package Aspose.Finance.

  • Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .

 

C# code for OFX response file from 1.03 to 2.2 format conversion

 

Other Conversion Options

OFX Request (From 1.03 to 2.2 Format)
XBRL to XLSX (Microsoft Excel Open XML Spreadsheet)
XBRL to iXBRL (Inline Extensible Business Reporting Language)