Parsing text using delimited text (pattern designer) Jakarta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2017 04:22 PM
I'm trying to parse text following ITOM > Service Mapping docs (Jakarta) while in Debug mode. Step 3 of procedure states:
To define parse the file and extract the string as a variable from within Debug mode:
- Select the string to be parsed in the text box.All settings are automatically entered in the variable fields.
- Provide a unique and meaningful name for the variable and click OK. The variable is added to the Variables table.
Indeed, selecting a portion of a text string creates a dialogue box to pop up with a default variable name. But I never see an "OK" button, nor does the variable actually get saved to the variables list. Has anyone successfully used the specific steps outlined in step 3? It seems like a helpful procedure to define a variable related to a portion of the text file... but ... not sure it works...
- Labels:
-
Discovery
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 09:13 AM
Hi ,
I am new to Service Mapping. I am trying to parse the file using "Delimited Text". But, I am unable to add multiple values in Include lines, I mean I am able to add but it doesn't retrieve any data. Is there anything that we will be able to add only one value ( conditions).Here is my example --- I am trying to parse the command output using delimited text and I want to include lines which has values ( 50123 and 52530) but if add them separated by comma . It doesn't retrieve any data. But, if I try to retrieve them individually I am able to retrieve. Could you please let me know any info regarding this.
Thanks,
Sankrupa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2018 11:02 PM
Hi Sankrupa,
I am not sure if you still have this requirement.
If yes, then in include line field provide 50123|52530
Thanks
Nimmi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018 09:28 AM
Thanks Nimmi. It really helped me.