Regarding JSON Processing
San
New Altair Community Member
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.
0
Answers
-
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.0