I need to use a text file as a datasource (together with the .csv file as a primary datasource) and use the new text file as a datasource taken from the next row of .csv as the macro loops.
The reason for this is:
I need to take values from the .csv. At the same time, I need to submit a bunch of data from the specific text files that contain values formatted as
"phrase 1"
"phrase 2"
"phrase 3"
"phrase ..."
"phrase x"
All the phrases need to be on a separate line to be correctly formatted in the form where I want to submit them. the problem is that .csv 'cell' can't hold values with line break...or can it?
Thanks,
Deep
Input From Text File While Using Loop
Forum rules
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
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
- Tech Support
- Posts: 4948
- Joined: Tue Sep 20, 2005 7:25 pm
- Contact:
It canThe problem is that .csv 'cell' can't hold values with line break...or can it?

can we have a macro loop but not at the very begining? ie: i have a macro loging into a a website then navigating and finding a custom report. At that point, I'd like the macro to input from datasource and extract result - so far so good. But, can I get the macro to start again every time only at the data inputting point and not at the very beginning every loop cycle?
I have the exact same question...can we have a macro loop but not at the very begining? ie: i have a macro loging into a a website then navigating and finding a custom report. At that point, I'd like the macro to input from datasource and extract result - so far so good. But, can I get the macro to start again every time only at the data inputting point and not at the very beginning every loop cycle?
Can a loop cycle start at some point other than the beginning...
for example.. when setting up domains in my direct admin panel.. on a dedicated server. the first pass has slightly differnet configurations that must be clicked and checked,the remaining passes are all setup under reselelr accounts and have a different set of parameters to click than the first pass..
David Kelly