txt-file-to-json
Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.
Reads a txt file having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.
Reads a text file, CSV file or data variable having a table and returns an array of obects. In which each object consists of all headers as keys and there data as values.
This will convert your text file data into json. No need to give any delimeter. Just give the file path to be read as the fist parameter and the destination file path for the json to be written.