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.
data-to-json
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.
txt2json
utility to convert txt file to a json array with the given delimiter