Run

One single RUN should only produce one piece of data, e.g. a line of CSV. This is quite deliberate so that in the future we can support multi-line output such as XML should the need arise.

If you have a situation where a single RUN might produce zero or more lines of output, we recommend writing the information to a file and using a CAPTURE scenario (or UNIX_SOCKET).

Last updated