Search found 20 matches

by DDon
Sun Nov 11, 2018 11:19 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract ID from list
Replies: 11
Views: 8820

Re: Extract ID from list

Ahh, sorry, I don't check the forums everyday, I just login back when I suddenly like "opps, forget to check iMacro forums' Bellow is the solution, get the link which contain the listing ID from the Edit button, then extract it by Eval, 8) . If you noted that in my Eval script, there is var x,y...
by DDon
Fri Nov 09, 2018 3:13 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract ID from list
Replies: 11
Views: 8820

Re: Extract ID from list

Hi chivracq, Thank you for your reply. I'm bit loss from your advice, however, it gives me an idea for the work around solution. I'm looking for other element (button) on the web that has the ID on the link, then I extract the URL with ID and use the Eval to extract the ID from the URL. I solved the...
by DDon
Mon Nov 05, 2018 1:54 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract ID from list
Replies: 11
Views: 8820

Re: Extract ID from list

Well. I did try this code like these: TAG POS=1 TYPE=UL ATTR=ID:search-result-set TAG POS=R1 TYPE=LI ATTR=ID:* EXTRACT=TXTALL But the code doesn't work, I also play with Pos number, change Type, I never extract specific code in the Source before, and I can't find any specific example similar to my c...
by DDon
Fri Nov 02, 2018 4:15 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract ID from list
Replies: 11
Views: 8820

Re: Extract ID from list

This is from the Gum tree website (local selling site - www.gumtree.com.au), code is from My ads list, I am trying to help my uncle doing the semi-auto relisting as he has so many old items to sell (100+). I tried put the Tag Class as search-result-set but seem it doesn't work, I put it randomly to ...
by DDon
Fri Nov 02, 2018 7:02 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract ID from list
Replies: 11
Views: 8820

Extract ID from list

Firefox ESR 52.9 iMacro 8.9.7 Windows 10 64 bit

Is there anyway that I can extract the list data-ad-id? I do wish to extract one by one if possible.

Thank you.

Image
by DDon
Sun Oct 01, 2017 12:37 pm
Forum: iMacros for Firefox
Topic: Convert imacro code to javascript
Replies: 8
Views: 9339

Re: Convert imacro code to javascript

I'm work in Tax field so the real URL is from Tax department database, due to sensitive information, I can't post the information in the general public, I hope you understand that. However, I found alternative xml site for testing purposes, pretty much the same thing but different content. The main ...
by DDon
Sun Oct 01, 2017 12:15 am
Forum: iMacros for Firefox
Topic: Convert imacro code to javascript
Replies: 8
Views: 9339

Re: Convert imacro code to javascript

Thanks, remove the __"__ in the first line of code work in .iim but it doesn't work in javascript :(, I feel like the javascript code doesn't get the part 'EXTRACT=TXT' iim: TAG XPATH="/*/Summary[1]/Payer" EXTRACT=TXT Javascript var macro; macro = "CODE:"; macro += "TAG...
by DDon
Fri Sep 29, 2017 3:11 pm
Forum: iMacros for Firefox
Topic: Convert imacro code to javascript
Replies: 8
Views: 9339

Re: Convert imacro code to javascript

Hi Chivracq, I get your point. I'm not really a programmer and I learn iMacro and java bit by bit when I'm trying to code my own iMacro. The codes have been working well in iim format, but they are getting more than a thousand line as I keep copy and paste without the code without using the loop fun...
by DDon
Fri Sep 29, 2017 5:51 am
Forum: iMacros for Firefox
Topic: Convert imacro code to javascript
Replies: 8
Views: 9339

Convert imacro code to javascript

Firefox ESR 52.4 64 bit / Windows 10 64 bit / Imacro 8.9.7 I can't make the macro code run in javascript (.js file as there are many quotations in the code). I appreciate if there is a solution. Many Thanks TAG XPATH="/*/Summary[1]/Payer} SET a1 EVAL("'{{!EXTRACT}}'.replace(/(EXTRACT|#EANF...
by DDon
Sat Sep 02, 2017 4:55 am
Forum: iMacros for Firefox
Topic: Older version of iMacro impossible to install
Replies: 7
Views: 25828

Re: Older version of iMacro impossible to install

Download V8.9.7 from http://wiki.imacros.net/iMacros_for_Fir ... on_History


Drag and drop file to Firefox.

If you use iMacro for work, please use Firefox ESR, at least you will be ok until August next year, after that, I don't know what will happen.
by DDon
Fri Aug 18, 2017 3:02 pm
Forum: iMacros for Firefox
Topic: ALL my macros freeze after first URL GOTO=... command
Replies: 17
Views: 16390

Re: ALL my macros freeze after first URL GOTO=... command

I think you misunderstand me, I'm using Firefox ESR 52.3 (Extended Support Release) - https://www.mozilla.org/en-US/firefox/organizations/faq/ - which has the latest security patch but didn't have all the new features in the Stable channel which is Firefox 55. I'm using Firefox 57 Nightly for the da...
by DDon
Fri Aug 18, 2017 1:35 am
Forum: iMacros for Firefox
Topic: ALL my macros freeze after first URL GOTO=... command
Replies: 17
Views: 16390

Re: ALL my macros freeze after first URL GOTO=... command

Imacro has changed the limit supported version for iMacro 8.9.7 to version 49, so we can't install the 8.9.7 version just like normal anymore if the version is from 50 upon, but this is how you get around: 1st: Doing this https://github.com/5digits/dactyl/wiki/Disable-extension-signing-requirement-i...
by DDon
Wed Oct 19, 2016 1:09 am
Forum: Data Extraction and Web Screen Scraping
Topic: [SOVLED] Extract specific number from string
Replies: 5
Views: 7748

Re: [SOVLED] Extract specific number from string

Thank you!

My problem is solved and first time ever I understand how the slip code work, Thanks for your explanation!
by DDon
Tue Oct 18, 2016 2:15 pm
Forum: Data Extraction and Web Screen Scraping
Topic: [SOVLED] Extract specific number from string
Replies: 5
Views: 7748

[SOVLED] Extract specific number from string

Windows 10 64 bit Firefox 48.0.2 32bit iMacro 8.9.7 The string example is: "The repayable TSL debt as at 2016-10-16 is 4372.66." I would like to extract the number 4372, it would be always next to the "is" word. I do some google there is the code SET !EXTRACT "The repayable ...
by DDon
Wed Sep 14, 2016 12:43 pm
Forum: General Support & Discussions
Topic: [SOLVED] SUM UP - ADD function
Replies: 6
Views: 5531

[SOLVED] SUM UP - ADD function

Windows 10 64 bit Firefox 32 bit 48.0.2 iMacro 8.9.7 I use ADD function to sump up, but it doesn't work the way I want when there is decimal. VAR1 = 0, add with the first EXTRACT 120.01, VAR1 will be 120.01, but add with another EXTRACT value 10.02, the new VAR1 will be 120.0110.02. Is there any sol...