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

https://github.com/kayke-fujinaka/csv-to-json

🎈 CSV to JSON Converter
https://github.com/kayke-fujinaka/csv-to-json

csv csvtojson json

Last synced: about 1 month ago
JSON representation

🎈 CSV to JSON Converter

Awesome Lists containing this project

README

          

🎈 CSV To JSON

> 🔎 CSV to JSON Converter

## ⚔️ Challenge

In this challenge, you should be able to build an algorithm that can take .csv files inside a folder and convert them to .json files in an output folder. You can use Javascript language to resolve. If you want to make a front-end for the application, it will be a differential. You must document the entire challenge learning journey.
- It must be possible to place as many .csv files as necessary inside the input folder;
- In the output folder, it is necessary that all files in the input folder are converted to .json.

```bash
Name, Stack
Jose, FRONT
Maria, BACK
Lucas, FRONT
Silvia, FRONT
Adriana,BACK
```

## 🚀 Technologies ##

- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)

## :closed_book: How to use it? ##

Before starting, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

```bash
# Clone this project
$ git clone https://github.com/Kayke-Fujinaka/CSV2JSON
# access
$ cd csvtojson
# install dependencies
$ yarn or npm
# Run the project
$ yarn start or npm start
# The server will initialize in the
```

## 🤝 Collaborators

Thanks to the following people who contributed to this project:




Photo by Kayke Fujinaka on GitHub


Kayke Fujinaka



Go back to top