How Export to Json with Easymorph

Hello everybody,

Just to ask you abut how to export to Json with Easymorph

Stay tuned to your comments

Serch

Hello Serch,

You can create a JSON string with one or several “Construct JSON” actions. Afterward, you should remove all the other columns and make the resulting dataset to have only a single cell that contains the final SON string. Then you’ll be to use the “Export into delimited text file” action to export that JSON string to a text file. The later action should have the “Wrap in quotes” option set to “Nothing” and the “Don’t write column headers” option checked.

UPDATE

We’ve added the “Export to plain text” action that would be simpler to use for exporting JSONs rather than “Export delimited text”.

Can you please elaborate on how the 'Export to plain text" action would help export data into .json files. I'm using the EasyMorph v5.5.0.7 and do not see this option available.

Hi Russel and welcome to the Community!

Here is an example for you:
export-json.morph (2.6 KB)

image