Skip to content

Takes as input an OFX generated by Crédit Agricole and output a fixed version

License

Notifications You must be signed in to change notification settings

cjolif/credit-agricole-ofx-fix

Repository files navigation

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:

About

Takes as input an OFX generated by Crédit Agricole and output a fixed version

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages