Jump to content
UBot Underground

Parse for second element of a comma delimted list


Recommended Posts

you can do 2 things.

 

add the data to a csv (very easy)

save to a file, create table from file

call the needed info

 

 

create a list, list from text, delimter ,

call the second line (1)

 

 

I dont feel regex is going to be the way to go as you would have to set anchors for left and right side, and it repeats later in your line. would return bad data.

 

I think the above is your best bet..

Link to post
Share on other sites

You can also scrape the data and add to list using list from text. Now you can pick the required list item using exact list position ... ;)

 

Easy peezy!

 

Hope it helps.

 

Praney

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...