nawaphonOHM / CSVtoJSON

Covert .csv file to .json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSVtoJSON

Convert .csv file to .json

How does code works:

  1. Insert file name or full path file name where locate.

  2. Insert json file name which you want.

  3. Code will working following by data that you insert.

  4. The json file will create same locate of csv file.

  5. Done!

Note: If you insert file name, Code would search all drives start at drive C, While searching if match code would ask you that: Is it correct path?, If you type yes, Code would stop searching.

Note: This code has only one method name is start() that can see the outside class(protected method), You just call this method, Doesn't call the other methods if using convert them.

About

Covert .csv file to .json


Languages

Language:Java 100.0%