Regarding JSON Processing

San
San New Altair Community Member
edited November 5 in Community Q&A
Hello, i am using data to json to convert the data io json format using datatojson operator and trying to process it but it creates few object files when I store it and could not able to see it as exact json format or json file. Can anyone tell me how to parse it? or how to process it? i want to do ngrams for the input Json and get the output in JSON format.
Tagged:

Answers

  • kayman
    kayman New Altair Community Member
    Have you tried to use the write document operator? Using this and saving with extension .json should do the trick as in the end json is nothing but a fancy text format... You may need to tweak the settings of the Data to JSON operator a bit if you have multiple docs, but in general it should be ok as is.