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.