imacros with criteria

Discussions and Tech Support specific to the iMacros Firefox add-on.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
mr.andistyo
Posts: 1
Joined: Sat Jul 31, 2021 3:26 pm

imacros with criteria

Post by mr.andistyo » Sat Jul 31, 2021 3:29 pm

what if:
i have csv data and i will run imacros code with z column criteria.
for example:
row1 column z = 1 will run macro 1
row 2 column z = 2 will run macro 2
.
.
.
row6 column z=1 will run macro 1
row7 column z=4 will run macro 4
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: imacros with criteria

Post by chivracq » Sat Jul 31, 2021 4:20 pm

mr.andistyo wrote:
Sat Jul 31, 2021 3:29 pm
what if:
i have csv data and i will run imacros code with z column criteria.
for example:

Code: Select all

row1 column z = 1 will run macro 1
row 2 column z = 2 will run macro 2
.
.
.
row6 column z=1 will run macro 1
row7 column z=4 will run macro 4

Hum, Quality of your OP is rather low, and your Thread Title not very "explanatory", I had to read your Post several times before understanding what you want... :?
A "better" Thread Title would maybe be for example: :idea:
"Running Conditional Macros based on Criteria in CSV Column"

+ CIM...! :mrgreen: (Read my Sig..., and the Forum Rules that you didn't bother or "forgot" to read...!)

Then, yep indeed, the 'iMacros for FF' will be the correct Sub-Forum for opening your Thread as your Scenario would be a typical Usecase for using a '.js' Script (only supported by iMacros for FF (until v9.0.3, recommended = v8.9.7)).
Then, OK, "typical Use" for a '.js' Script, good...!, but what is your "Problem"...?, where do you get stuck, what have you tried...? :?

Not reading the Forum Rules only indicates that you probably didn't read any Documentation nor tried "anything" by yourself... :( , but this is not "the Way" the Forum works, you need to do your "part of the Job", and then "we"/Advanced Users will help you, but nobody is going to write your Script for you... :idea:

:arrow: "Documentation" = the Wiki + the Forum, the 2 'iMacros for FF' (=> '.js' Scripts) + 'Scripting Interface' (=> '.vbs' Scripts) Sub-Forums contain many-many Examples to get you started... :idea:
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply