csv_text_to_json

Convert text csv content to json structure. On csv first line , assume it as a header and rest of them as considerd as rows. This module will convert the headers as keys and rows as values in json structure.

text-to-json

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.