How to capture results from external applications

How can I capture in Easymorph the results from an external application (i.e. a python program or anything else), both single or tabular data?

Thanks

There are 2 ways to capture the result of an external application (script):

  1. Make the external application produce a file (e.g. CSV) and then load it in EasyMorph by placing an import action that loads the file after the “Run program” action that calls the external application.

    image

  2. If the external application outputs data to the console (command line), it can be captured when the “Run program” action runs in the “Capture output” mode (see below).