Discovery Parse command output - convert to list and insert into fields.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 04:54 AM
Hi, I am trying to parse the output of this command to a field. But I am getting blank values.In Log I can see it is in list but I am unable to parse in list can someone guide how can we do it ?
- Labels:
-
Discovery

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 05:55 AM
Prateek,
Perhaps I have missed your objective, but why don't you exclude the header row and dashes row, then parse the rows into a table variable for output rather than a single variable?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 06:08 AM
Hi Richard , I have tried that still not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 07:22 AM
Hi Prateek,
use Delimters as space (' ') -> it split ouput based space.
Use positions are 1, 2 like this -> means after splitting the output based on Delimiters which position text wants to select.
Please refer below screenshot.
*Please mark as Correct and or helpful if appropriate.
Thanks,
Veeru