Copy number of rows from CSV file and Paste them into webpag

Discussions and Tech Support related to automating the iMacros Browser or Internet Explorer from any scripting and programming language, such as VBS (WSH), VBA, VB, Perl, Delphi, C# or C++.
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
mouhcinedev2013
Posts: 1
Joined: Mon Jul 30, 2018 5:18 pm

Copy number of rows from CSV file and Paste them into webpag

Post by mouhcinedev2013 » Mon Jul 30, 2018 5:29 pm

i want to copy 25 rows from a csv file and make a paste into web page With a LOOP
because i want for example i have 100 rows so in the first i need to copy 25 rows then paste them , and again go and copy another 25 it means from 25 to row 50
then from 50 to 75
then from 75 to 100
etc
i hope to understand and help me with this script thank you
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Copy number of rows from CSV file and Paste them into we

Post by chivracq » Mon Jul 30, 2018 10:14 pm

mouhcinedev2013 wrote:i want to copy 25 rows from a csv file and make a paste into web page With a LOOP
because i want for example i have 100 rows so in the first i need to copy 25 rows then paste them , and again go and copy another 25 it means from 25 to row 50
then from 50 to 75
then from 75 to 100
etc
i hope to understand and help me with this script thank you
Grrr..., you searched the Forum long enough before opening your Thread... :D , your Thread has probably nothing to do with the 'Scripting Interface' especially if you don't mention your FCI nor post any Script of what you might have tried... :roll:
=> Your Thread will probably get moved to the 'General' Sub-Forum... (No need to duplicate it yourself...)
=> CIM...! :mrgreen: (Read my Sig... (+ ... the Forum Rules that you missed a bit..., for correct Posting on the Forum...)
+ If using iMacros v10.0.2 for FF or CR, mention if you are using the 'Free' or 'PE' Version...

>>>

Hum, and you may notice that Thread Titles are limited to 64 Chars and that your Title gets truncated in your own OP +(-4 Chars) in further Replies... :idea:
Your "Copy number of rows" is not completely correct and means that you want to compute the complete Nb of Rows in your '.CSV', while you actually want to "Copy a (fixed) number of rows..."...
=> A more correct Thread Title would/could be: "Copy 25 rows from CSV file and Paste them into webpage", which will as well shorten your Thread Title and probably allow the final Word(s) not to be truncated... :wink:
(And if it's still too long, you can remove the "file"...: "Copy 25 rows from CSV and Paste them into webpage")
- (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