Jump to content
UBot Underground

can we add attribute to table ?


Recommended Posts

as title can we add attribute to table

 

like we have

<tr class="table_header">
				<td class="row_num">#</td>
				<td class="row_num"> </td>
				<td class="table_title">Title</td>
				<td class="type">Type</td>
				<td class="url" align="center">abc</td>
				<td class="url" align="center">abcde</td>
                <td class="clicks" align="center">newone</td>				
				<td class="cpc">new10</td>
				<td class="actions">18000</td>
				<td class="sites_add"><a href="/abc">+</a></td>
				<td class="url">Define</td>
			</tr>

can we add this to table seprate line for all

 

<td class="row_num">#</td> go table row 1

<td class="row_num"> </td> go to table row 2

and all other on separate row

 

possible ?

Link to post
Share on other sites

Yes.

 

Scrape it into a list. Different ways to scrape it. Depending if you want to use browser or html text. 

Scrape attributes with wildcards will work. Xpath parser and regex will work as well. So it depends on your preference and skill level.

 

Then use "add list to table row"

 

Dan

Link to post
Share on other sites

Do you have an example page?

Scrape to table will only export innertext. Nothing else. 

 

yes scrape table export innertext

 

i saved attribute to text file and then save to table. Its working :-)

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...