Skip to content

Parse lines of a text file separated with line breakers (\n) converting them to array elements of a json file

License

Notifications You must be signed in to change notification settings

computationalcore/Text2Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text2Json

Parse lines of a text file separated with line breakers (\n) converting them to array elements of a json file.

Getting Started

Install golang compiler for your system https://golang.org/.

To run the program:

$ go build text_to_json.go
$ ./text_to_json --input input.txt --output output.json [--verbose]

--input - Name / Path of the input text file to be converted (Default name is input.txt) --output - Name / Path of the input text file to be converted (Default name is output.json)

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Parse lines of a text file separated with line breakers (\n) converting them to array elements of a json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages