im trying to copy/edit 6265 html files at ounce to just get descriptions of items i am putting on a website i have permission from the wholesaler to copy there data but i don't want to spent 5 day just to get descriptions and so the 2 ways i can think of are below
i need to copy text between word 1 and word 2 from multiple files and paste in to one
or
delete everything except what is in between word 1 and word 2 from multiple files.
Hmm.can u post a sample of random two pages / source whatever..
Are the specific text in a fixed or calculable position, are they X so many characters before so many after, vice versa is there any unique symbol/text before after, ie Header Text.
Could write a script, or batch - all u need to do is tell it where to look, to process thema ll in one go pretty much, could even make a single or patch pdf ,and grind it through acrobat, if
I'm trying to copy/edit 6265 html files at ounce to just get descriptions of items I am putting on a website I have permission from the wholesaler to copy there data but I don't want to spent 5 day just to get descriptions and so the 2 ways I can think of are below
I need to copy text between word 1 and word 2 from multiple files and paste in to one
or
delete everything except what is in between word 1 and word 2 from multiple files.
this is what I wish to copy from 1 product witch has a very small description every html file has same formatting I wish to get info between and in to one document or delete the rest of the document so I can simply merge all the documents after
<div id="CWproductInfo">
<br />Adina Black TV Unit<br> Oak Finish<br>800W x 500D x 560H<br><br />
<p class="CWcontShop">
what i wish to do is copy the information between
<div id="CWproductInfo"> and <p class="CWcontShop">
so in a separate document i am left with
<br />Adina Black TV Unit<br> Oak Finish<br>800W x 500D x 560H<br><br />
but from multiple docs