Search found 18 matches

by mrjjman
Wed Mar 21, 2018 1:13 am
Forum: iMacros for Firefox
Topic: RE: Using VAR1 in the filename
Replies: 3
Views: 15237

Re: RE: Using VAR1 in the filename

The barcodes are only a set of numbers, but I think iMacros FF puts all extracted data in either double quotes or soft tab/return. I have to use Excel's CLEAN function to remove the non-printable chars. Maybe it might work with newest version of iMacros FF, even though latest release came out 2 year...
by mrjjman
Tue Mar 20, 2018 10:13 pm
Forum: iMacros for Firefox
Topic: RE: Using VAR1 in the filename
Replies: 3
Views: 15237

RE: Using VAR1 in the filename

I'm trying to use the !VAR1 expression in the SAVEAS filename, but keep getting this error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFileOutputStream.init], line 50 (Error code: -1001) It works in iMacros 10, my program version, but I can't get it to work ...
by mrjjman
Tue Nov 28, 2017 1:54 am
Forum: Data Extraction and Web Screen Scraping
Topic: iMacros skips lines when pulling from CSV
Replies: 0
Views: 13063

iMacros skips lines when pulling from CSV

VERSION BUILD=10022823 I'm having an issue where iMacros is skipping randomly when pulling from the CSV datasource. It starts at the 3rd line and then skips to the 5th, then skips 10 lines, then another 2, and so on. Here is the code: VERSION BUILD=10022823 SET !DATASOURCE InfoExtraction.csv SET !DA...
by mrjjman
Sun May 21, 2017 6:02 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracted Data in different columns no placeholder anymore
Replies: 7
Views: 7991

Re: Extracted Data in different columns no placeholder anymo

Now you see why I don't contribute! When, like you've said, I've posted 9 times and gotten zero answers, makes it hard to wanna contribute :roll:. You just repeated to me what I said at the end of my last reply, which isn't helpful or efficient. And you said you mentioned threads, and it may be a bi...
by mrjjman
Sun May 21, 2017 2:21 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracted Data in different columns no placeholder anymore
Replies: 7
Views: 7991

Re: Extracted Data in different columns no placeholder anymo

Nope, I just moved on and find new problems lol. I guess this is just another new one that has no answer.
by mrjjman
Sat May 20, 2017 3:31 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extracted Data in different columns no placeholder anymore
Replies: 7
Views: 7991

Re: Extracted Data in different columns no placeholder anymo

I wouldn't mind just using the 8.9 build, but it seems to randomly get stuck and different loops, and I imagine the newer build fixed that. So I'm stuck in a rock or hard place lol
by mrjjman
Sat May 20, 2017 3:24 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Extracted Data in different columns no placeholder anymore
Replies: 7
Views: 7991

Re: Extracted Data in different columns no placeholder anymo

I'm here! Sorry, I get caught up on other things and forget :oops:. I always end up having the tough questions! lol
by mrjjman
Sat May 20, 2017 4:41 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracted Data in different columns no placeholder anymore
Replies: 7
Views: 7991

Extracted Data in different columns no placeholder anymore

Anybody have any ideas? On the 8.9 build, when the macro didn't have any data to extract, it would fill in eanf. This would keep all the data extracted in the same column, neat and easy to filter. Now, when nothing is there, it simply moves the data over, so I end up with something like this: A B C ...
by mrjjman
Tue Oct 11, 2016 8:34 pm
Forum: Data Extraction and Web Screen Scraping
Topic: RE: Fill form field ONLY if blank
Replies: 1
Views: 3687

RE: Fill form field ONLY if blank

I'm trying to work with this form, and sometimes the info is pre-filled by the website. Is there a way that if data is in the form field, to not overwrite it? Here is the start of my code below: VERSION BUILD=8970419 RECORDER=FX TAB T=1 TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:PropertyInfo* ATTR=NAME:e...
by mrjjman
Sat Jul 30, 2016 1:24 am
Forum: iMacros Consultants
Topic: JS file help, willing to pay! Need ASAP
Replies: 1
Views: 18187

JS file help, willing to pay! Need ASAP

Here is my js code: _______ var i, retcode; for (i=0;i<=0;i++){ iimPlay("CNN2.iim"); iimPlay("CNN2.iim"); } _______ And here is the CNN2 macro code: VERSION BUILD=8970419 RECORDER=FX TAB T=1 SET !DATASOURCE JSTest.csv SET !DATASOURCE_COLUMNS 7 SET !DATASOURCE_LINE {{!LOOP}} URL G...
by mrjjman
Sat Jul 30, 2016 1:23 am
Forum: General Support & Discussions
Topic: JS file help
Replies: 2
Views: 3337

JS file help

Here is my js code: _______ var i, retcode; for (i=0;i<=0;i++){ iimPlay("CNN2.iim"); iimPlay("CNN2.iim"); } _______ And here is the CNN2 macro code: VERSION BUILD=8970419 RECORDER=FX TAB T=1 SET !DATASOURCE JSTest.csv SET !DATASOURCE_COLUMNS 7 SET !DATASOURCE_LINE {{!LOOP}} URL G...
by mrjjman
Fri Jul 29, 2016 2:09 pm
Forum: iMacros for Firefox
Topic: help automating multiple imacros for firefox
Replies: 12
Views: 16927

Re: help automating multiple imacros for firefox

Hey guys, Any help will be appreciated and maybe even compensated for :) I'm trying to create a js file that will call multiple macros and I need the data that's referenced from a csv in 1 of the macros to loop to the next line. So if I have Macro1.iim, Macro2.iim, and Macro3.iim, here is how I'm tr...
by mrjjman
Thu Jul 21, 2016 5:43 am
Forum: General Support & Discussions
Topic: JS file help calling multiple macros
Replies: 0
Views: 1868

JS file help calling multiple macros

Hi all, I'm trying to create a js file that will call multiple macros and I need the data thats referenced from a csv in 1 of the macros to loop to the next line. So if I have Macro1.iim, Macro2.iim, and Macro3.iim, here is how I'm trying to set up the js file: Macro1.iim runs, no looping needed and...
by mrjjman
Thu May 12, 2016 5:56 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extract Hidden value on page help?!?
Replies: 4
Views: 5018

Extract Hidden value on page help?!?

I can't seem to get this hidden value extracted. Here is the code: <input id="accHitStatus" value="Hit" type="hidden"> And here is what I'm using to try and extract the info: TAG POS=1 TYPE=INPUT:HIDDEN ATTR=NAME:accHitStatus EXTRACT=TXT The problem is that there isn't ...
by mrjjman
Sun May 08, 2016 1:11 am
Forum: General Support & Discussions
Topic: Multiple macros in order using iimplay
Replies: 2
Views: 2968

Multiple macros in order using iimplay

If I create a macro that runs 1 or more macros, and one of them errors out, will the next macro in the list start or will it just error them out?