Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larissaperinoto/java-conversor-csv
It reads and transforms CSV files.
https://github.com/larissaperinoto/java-conversor-csv
eclipse java maven
Last synced: 3 days ago
JSON representation
It reads and transforms CSV files.
- Host: GitHub
- URL: https://github.com/larissaperinoto/java-conversor-csv
- Owner: larissaperinoto
- Created: 2023-05-02T17:04:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-02T17:40:15.000Z (over 1 year ago)
- Last Synced: 2024-11-13T03:14:56.274Z (2 months ago)
- Topics: eclipse, java, maven
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV Converter
This algorithm is a converter for CSV files. Reads the files in the **entradas** directory, transforms the content and writes to new files using the original file name and saves in the **saidas** directory.
### Technologies and Tools
The project was developed using:
- [Java](https://www.java.com/en/)
- [Maven](https://maven.apache.org/install.html)
- [Eclipse IDE](https://www.eclipse.org/downloads/)### How to use
To run the project on your machine, start by making a clone of this repository with the following command.
git clone [email protected]:larissaperinoto/java-conversor-csv.git
Install the dependencies using Maven
mvn install
---
Developed by [Larissa Perinoto](https://larissaperinoto.com.br/), © 2023.