The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Regarding JSON Processing

SanSan Member Posts: 15 Learner II
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

  • kaymankayman Member Posts: 662 Unicorn
    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.
Sign In or Register to comment.