Credit Card Report Converter
Credit Card Report Converter is a small application that converts a Banco do Brasil credit card report in the txt format to ofx format.
License
Credit Card Report Converter is licensed under Apache 2 license.
Maven/Gradle
Credit Card Report Converter is available on Maven central, the artifact is as follows:
Maven:
<dependency>
<groupId>br.com.thiagomoreira.bancodobrasil</groupId>
<artifactId>credit-card-report-converter</artifactId>
<version>1.0.0</version>
</dependency>
Gradle:
dependencies {
compile(group: "br.com.thiagomoreira.bancodobrasil", name: "credit-card-report-converter", version: "1.0.0");
}
Support
Credit Card Report Converter tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!
Contributing
Credit Card Report Converter is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke
mvn package
After complete your work you can send a pull request to incorporate the modifications.
Enjoy!