Search found 5 matches

by Juste
Sun Dec 10, 2017 9:43 pm
Forum: iMacros for Chrome
Topic: Macro does not insert data in all rows
Replies: 10
Views: 23329

Re: Macro does not insert data in all rows

Thanks. If I remove the header in .CSV and don't want to use the header row, then the Form POS=1 or Form Row 1 will pick Row 1 of .CSV so in this case what should be my code? Well, then that's the "simplest" Case, then '!DATASOURCE_LINE' + 'POS=n' for your 3x 'TAG' Input Fields are synchr...
by Juste
Thu Dec 07, 2017 9:51 pm
Forum: iMacros for Chrome
Topic: Macro does not insert data in all rows
Replies: 10
Views: 23329

Re: Macro does not insert data in all rows

Excellent! It is working now bundle of thanks for the support much appreciated. Can you kindly tell me what does all "Input_Loop's" in above mentioned code do? How it actually work? I'm trying to understand the logic. OK, good to hear, and Thanks for the Feedback... :D There is nothing co...
by Juste
Tue Dec 05, 2017 8:05 pm
Forum: iMacros for Chrome
Topic: Macro does not insert data in all rows
Replies: 10
Views: 23329

Re: Macro does not insert data in all rows

=> Well then, simply loop your Script per Row without the 'URL GOTO': VERSION BUILD=844 RECORDER=CR SET !DATASOURCE input.csv SET !LOOP 2 SET !DATASOURCE_LINE {{!LOOP}} SET Input_LOOP {{!DATASOURCE_LINE}} ADD Input_LOOP -1 TAG POS={{Input_LOOP}} TYPE=INPUT:TEXT ATTR=NAME:skuVarAmazon[] CONTENT={{!C...
by Juste
Sun Dec 03, 2017 6:42 pm
Forum: iMacros for Chrome
Topic: Macro does not insert data in all rows
Replies: 10
Views: 23329

Re: Macro does not insert data in all rows

Oh yeah...!, but I see in your Script that you reuse the same '{{!COL1}}' - '{{!COL3}}' (on the same Row) for 2 different Input Fields each time (with 'POS=1' and 'POS=2')..., so I guess this is what is going "wrong" in your Script, ah-ah...! Well, difficult to tell you, I don't know what...
by Juste
Sat Dec 02, 2017 8:39 pm
Forum: iMacros for Chrome
Topic: Macro does not insert data in all rows
Replies: 10
Views: 23329

Macro does not insert data in all rows

Hi Everyone, I'm trying to fill an online Form, from CSV file. My macro is pretty much functional I'm only stuck at 2 things. I have gone through wiki and google search and tried various things such as using wild cards, record macro in different modes but nothing solved the problem. Computer info: W...