Search found 129 matches

by Tamilselvan
Wed Oct 13, 2021 3:03 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Filtered Table
Replies: 8
Views: 6875

Re: Extract Filtered Table

that screen shot is logged page... you can see top of right side... you have tested log out page.. TAG POS=1 TYPE=LABEL ATTR=TXT:Panchayat<SP>: 'Select by Index: (Start at #2 to bypass the "All" Label/Entry. => Range=[2-62]) TAG POS=1 TYPE=SELECT ATTR=ID:panchayat CONTENT=#2 The above line...
by Tamilselvan
Wed Oct 13, 2021 12:53 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Filtered Table
Replies: 8
Views: 6875

Re: Extract Filtered Table

Thank You for valuable reply ..... I am going to extract filtered table data.... How to do....? is this correct...? 'Filtering Pending TAG POS=239 TYPE=INPUT:TEXT ATTR=* CONTENT=Pending<SP>for<SP>Geotagging SET !EXTRACT NULL TAG POS=2 TYPE=TD ATTR=TXT:2906015* extract = txt SET Work_Code {{!EXTRACT}...
by Tamilselvan
Wed Oct 13, 2021 10:35 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Filtered Table
Replies: 8
Views: 6875

Extract Filtered Table

Firefox 52.9.0 (32-bit) iMacros 8.9.7 Win-10 (64-bit) Hi, I am extracting Table data after filtering. It does not get filtered data. its extract Table normally. How to select item one by one in dropdown list... ">" this symbol does not work... TAG POS=1 TYPE=SELECT ATTR=ID:panchayat CONTEN...
by Tamilselvan
Thu Sep 16, 2021 4:30 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Last Word
Replies: 6
Views: 5032

Re: Extract Last Word

The result is very perfect.....

It's working... :D I feel very happy..... :D

Grate explanation....Your knowledge very useful to us.... .!!!

You are genius...Big salute....

Thanks a lot..!!!
by Tamilselvan
Thu Sep 16, 2021 11:05 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Last Word
Replies: 6
Views: 5032

Re: Extract Last Word

my 1st extracted word is 1st Extr.jpg and 2nd is 2nd Extract.jpg Now i have changed both.. SAVEAS TYPE=HTM FOLDER=E:\Pt-Fto\ FILE={{Pt_name}}{{Fto_no}}.htm File name saved in folder as below (Sathapoondi)TN2906015_010421FTO_1238 .... I want to remove both '(' ,')' . VERSION BUILD=8970419 RECORDER=FX...
by Tamilselvan
Wed Sep 15, 2021 11:38 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Last Word
Replies: 6
Views: 5032

Re: Extract Last Word

Now I have changed... SAVEAS TYPE=HTM FOLDER=E:\Pt-Fto\ FILE={{!Pt_name}}{{Fto_no}}.htm But I get " __undefined__TN2906015_010421FTO_1238" How to replace both "(" & ")" as blank.... SET Pt_name EVAL("var s='{{!EXTRACT}}'; var x,y,z; x=s.indexOf('('); y=s.substr...
by Tamilselvan
Tue Sep 14, 2021 5:50 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Last Word
Replies: 6
Views: 5032

Extract Last Word

Firefox 52.9.0 (32-bit) iMacros 8.9.7 Win-10 (64-bit) Hi, I try open the link by EVENT mode, then extract the two positions of last word and combine together save it as html page in specified folder.. But it saved file name as undefined__undefined .html. i want to replace the "(" and "...
by Tamilselvan
Mon Jun 07, 2021 3:49 pm
Forum: iMacros for Firefox
Topic: Fill Record Multi TAB
Replies: 8
Views: 7315

Re: Fill Record Multi TAB

Without rows on each tab I have tested its working me... But its show some error after finished last tab. RuntimeError: Tab number 2 does not exist, line 2 (Error code: -971) I hope its working with rows...on each tab. I confirming later. Because every Wednesday this process we do. That's why i take...
by Tamilselvan
Sat Jun 05, 2021 4:29 am
Forum: iMacros for Firefox
Topic: Fill Record Multi TAB
Replies: 8
Views: 7315

Re: Fill Record Multi TAB

Now i have modified some things. Its working me only when no rows/ records found in each tab. var FTO_Genrt,i,j,loop1; FTO_Genrt = "CODE:" var Tab_Open; Tab_Open = "CODE:"; Tab_Open+= "SET !VAR2 2" + "\n"; Tab_Open+="TAB T={{!VAR2}}" + "\n"...
by Tamilselvan
Sat May 29, 2021 8:51 am
Forum: iMacros for Firefox
Topic: Fill Record Multi TAB
Replies: 8
Views: 7315

Re: Fill Record Multi TAB

I tried another method... I get error... i think tab position not changed..... wrong format of TAG command, line 6 (Error code: -910) var FTO_Genrt; var Extrt1, Extrt2, loop1, ntab; FTO_Genrt = "CODE:"; FTO_Genrt += "VERSION BUILD=8970419 RECORDER=FX" + "\n"; iimPlay(&q...
by Tamilselvan
Fri May 28, 2021 10:51 am
Forum: iMacros for Firefox
Topic: Fill Record Multi TAB
Replies: 8
Views: 7315

Fill Record Multi TAB

Firefox 52.9.0 (32-bit) iMacros 8.9.7 Win-10 (64-bit) Hi, I am trying code in java script to open multiple tab which is have some records to be fill and submit. Some of tab have no records. i have enclosed few images only for reference. Fto-Select-1-min.jpg Fto-Select-3-min.jpg First code : I call ....
by Tamilselvan
Tue May 25, 2021 3:41 pm
Forum: iMacros for Firefox
Topic: Submit After Loop
Replies: 3
Views: 2875

Re: Submit After Loop

Oh... Sorry.. Not to opened Thread in Correct / General Sub-Forum...... Next time It won't happen .. I will try to grasp new things about js function.. like...iimSet(), Lots of tried. Changing few things and testing myself. Finally its working.. var Min_Max; Min_Max = "CODE:"; Min_Max += &...
by Tamilselvan
Tue May 25, 2021 10:01 am
Forum: iMacros for Firefox
Topic: Submit After Loop
Replies: 3
Views: 2875

Submit After Loop

Firefox 52.9.0 (32-bit) iMacros 8.9.7 Win-10 (64-bit) Hi, I have tried first time in Java Script... I need to press the submit button after the end of loop. Anybody guide me. var Min_Max; Min_Max = "CODE:"; Min_Max += "VERSION BUILD=8970419 RECORDER=FX" + "\n"; Min_Max ...
by Tamilselvan
Wed Dec 09, 2020 10:37 pm
Forum: iMacros for Firefox
Topic: Login Error
Replies: 2
Views: 3676

Login Error

Firefox 52.9.0 (32-bit) iMacros 8.9.7 Win-10 (64-bit) Hi, I have already recorded login page. When I log on to it , get some runtime error. RuntimeError: element INPUT specified by ID:username was not found, line 6 (Error code: -921) Anyone solve it. VERSION BUILD=8970419 RECORDER=FX TAB T=1 URL GOT...
by Tamilselvan
Wed Dec 02, 2020 2:48 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Table & Append
Replies: 4
Views: 3913

Re: Extract Table & Append

TAG POS=3 TYPE=TR ATTR=TXT:* EXTRACT=TXT SET TABLE EVAL("'{{!EXTRACT}}'.trim()") 'Remove quotes from extracted text SET TAB EVAL("var extr2=\"{{!EXTRACT}}\"; extr2.replace(/'/g,'');") 'Save extracted data SAVEAS TYPE=EXTRACT FOLDER=* FILE=VrTable.csv It works but littl...