Search found 15 matches

by hoguz2
Tue Jan 30, 2018 3:44 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How to create and reference a text file
Replies: 8
Views: 18946

Re: How to create and reference a text file

hi chris move your csv file this path : C:\Users\Name\Documents\iMacros\Datasources SET !DATASOURCE_LINE {{!LOOP}} SET !DATASOURCE fine_name.csv ' """"your csv file name here""""" SET !LOOP 1 URL GOTO=https://www.blogger.com/blogger.g?blogID=7785284674772...
by hoguz2
Sat Jan 27, 2018 9:24 am
Forum: Data Extraction and Web Screen Scraping
Topic: I want to extract information from the site but it's dynamic
Replies: 1
Views: 14198

Re: I want to extract information from the site but it's dyn

Hi China , " 嗨 " , From Turkey I think you want to use VBS script for LOOP there are many examples http://wiki.imacros.net/VBS_looping you should see.. a study of a sample and write my code for my procejt Option Explicit Dim iim1,iret Set iim1 = CreateObject("iMacros") iret = iim...
by hoguz2
Mon Jan 22, 2018 3:25 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How to extract value from option tag instead of text
Replies: 1
Views: 13148

How to extract value from option tag instead of text

Hi everyone http://forum.imacros.net/viewtopic.php?f=13&t=12982 i am beginer, I cant understand this post ( above ) .. could some one a share a full project example : how can I exctract all country or state name below web sites from in combobox http://www.iopus.com/imacros/demo/v6/f2/automatic-d...
by hoguz2
Sat Nov 18, 2017 11:05 am
Forum: Command Line and Scripting Interface
Topic: Pass variable (Extract) from iim to vbs script
Replies: 5
Views: 17771

Re: Pass variable (Extract) from iim to vbs script

hi i have same problem in VBA ( excel ) so sory i dont speak english wery well... if I understand it correct i cant use VBS but VBA is basic VBS therefore i have an idea please try cancel macro = macro + "SAVEAS TYPE=EXTRACT FOLDER=c:\temp FILE=output.csv" + vbNewLine this lines in your co...
by hoguz2
Fri Nov 17, 2017 11:47 am
Forum: Data Extraction and Web Screen Scraping
Topic: = Replace(iim1.iimGetLastExtract(), "[EXTRACT]", "")VBA prob
Replies: 2
Views: 14055

Re: = Replace(iim1.iimGetLastExtract(), "[EXTRACT]", "")VBA

Hi chivracq thanks.

I share a more detailed example. thnx..
by hoguz2
Fri Nov 17, 2017 11:33 am
Forum: Data Extraction and Web Screen Scraping
Topic: Can I use TAG POS=[x] XPATH=“/html/...” EXTRACT=TXT
Replies: 2
Views: 14731

Re: Can I use TAG POS=[x] XPATH=“/html/...” EXTRACT=TXT

hi ,


what is your aim ? would you to extract urls 'addrress ..
by hoguz2
Wed Nov 15, 2017 6:50 am
Forum: Data Extraction and Web Screen Scraping
Topic: = Replace(iim1.iimGetLastExtract(), "[EXTRACT]", "")VBA prob
Replies: 2
Views: 14055

= Replace(iim1.iimGetLastExtract(), "[EXTRACT]", "")VBA prob

Hi guys i have any problem could you some one help me please ... i try some data extract.... if solve the problem i will use same loop in my code therefore i write only abbreviated sample from my code ... MyMacroCode = MyMacroCode + "TAG POS=1 TYPE=INPUT:SUBMİT FORM=NAME:sifreGirisForm ATTR=NAM...
by hoguz2
Fri Jun 23, 2017 11:01 am
Forum: iMacros for Firefox
Topic: div class exctract imacros mozilla
Replies: 3
Views: 4350

div class exctract imacros mozilla

hi everyone Can someone help me Pls.. pc config... signature i need extract data imacros on mozilla brovser ... data based div class as in the picture i need exctract price value 6.399.. it is save record macro codes: TAG POS=1 TYPE=DIV ATTR=TXT:6.399,00TL i trying like TAG Pos=1 TYPE=DIV ATTR=TXT: ...
by hoguz2
Tue Jan 24, 2017 10:19 am
Forum: iMacros for Firefox
Topic: two macros run together with loop
Replies: 5
Views: 6818

two macros run together with loop

1
by hoguz2
Thu Apr 02, 2015 8:04 am
Forum: iMacros for Firefox
Topic: TYPE=SPAN ATTR=TXT: ? how can select automatical dinamic
Replies: 3
Views: 7645

Re: TYPE=SPAN ATTR=TXT: ? how can select automatical dina

Hi, thank you for your reply, it's been 3 years since I met with imacros. But I need imacros rare in my work. therefore I can't write code. I usualy combine imacros demo and written code by others and I use imacro record metods . i use imacros free versiyon , windows7 32 bit I don't know " wild...
by hoguz2
Wed Apr 01, 2015 11:39 am
Forum: iMacros for Firefox
Topic: TYPE=SPAN ATTR=TXT: ? how can select automatical dinamic
Replies: 3
Views: 7645

TYPE=SPAN ATTR=TXT: ? how can select automatical dinamic

Hi everyone, can anyone help me ? about my code as below I can't selection on bold lines , because these lines is dinamic , always changing how can select automatical dinamic form TYPE=SPAN ATTR=TXT: xxxx Best regards SET !REPLAYSPEED SLOW VERSION BUILD=8890130 RECORDER=FX TAB T=1 CMDLINE !DATASOURC...