Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.