$U version 6.10.81 windows 2019
Using a fairly standard command
"%UXEXE%"\uxlst ctl %U_ESP% FULL RECOVER SES=TEST_SESSION mu=%S_CODUG% since="dd/mm/yyyy,hhmm" before="dd/mm/yyyy,hhmm" output="outputfile.txt"
The output gives lots of useful information about all the uproc runs and relaunches however there is too much information and only interested in certain columns.
Is it possible to output the file as a csv with delimiters or select specific fields or know the field widths so that specific columns can be extracted for later use. the current text file output is tricky to work with even using the PS commandlet import-csv as there no easy field delimiters.
Can this be done?