Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.51 KB

credit-agricole-ofx-fix

Takes as input an OFX generated by Crédit Agricole and output a fixed version. This is particularly useful if you use Microsoft Money which otherwise refuses to import the new version.

Starting 2019, some Crédit Agricole subsidiaries Websites were updated to a new version. Their OFX export is now buggy. This includes:

  • Crédit Agricole Ile de France
  • BforBank (from what I can read, not tested)

How to Build and use

./gradlew build

Instead of directly using CAYYYYMMDD_NUM.ofx file downloaded from the CA Website, save it locally and fix it.

java -jar build/libs/credit-agricole-ofx-fix-1.2-SNAPSHOT.jar -f ~/Downloads/CAYYYMMDD_NUM.ofx -o fixed.ofx

Then use the fixed version (fixed.ofx).

Using pre-built version

Download the credit-agricole-ofx-fix-1.1.jar.

Instead of directly using CAYYYYMMDD_NUM.ofx file downloaded from the CA Website, save it locally and fix it.

java -jar credit-agricole-ofx-fix-1.1.jar -f ~/Downloads/CAYYYMMDD_NUM.ofx -o fixed.ofx

Then use the fixed version (fixed.ofx).

Dependencies

This projects relies on two Apache License 2.0 Software which are embedded in the prebuilt version: