This fork of ing2ofx adds Docker support and an automated script for processing multiple ING CSV files. The script automatically finds all 'ING CSV' files in the /input
directory, converts them to OFX format, and outputs them
6C08
to the /ofx
directory. These OFX files can then be used in a program like GnuCash (www.gucash.org).
Before you begin, ensure you have Docker and Docker Compose installed on your system. If not, you can install them following the official guides:
-
Clone the Repository:
git clone https://github.com/f3k-tech/ing2ofx-docker.git cd ing2ofx-docker
-
Build and Create Directories: Run the following command to build the Docker environment and create the necessary
/input
and/ofx
directories:docker-compose up --no-start
-
Place Your CSV Files: Drop all your 'ING CSV' files into the
./input
directory. -
Run the Conversion: To start the conversion process, execute:
docker-compose up
The script will find all CSV files in the
/input
folder, convert them to OFX format, and place the resulting files in the/ofx
directory.
Contributions to this project are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.
This project is licensed under the same terms as the original ing2ofx project. Please refer to the LICENSE file for more information.