Project

General

Profile

build a Json file from a text file

Added by Thierry Boibary about 6 years ago

Hi,

how can i build a Json file from a text file with a prog in Bash or Python?

Regard
Thierry


Replies (1)

RE: build a Json file from a text file - Added by Bernhard Rohloff about 6 years ago

This depends mostly on the format oft your input file.
I think it needs ca. 10 lines in python from CSV to json, for example...

    (1-1/1)