Search found 7 matches

by JamesBassdrop
Thu Aug 02, 2018 5:07 pm
Forum: General Support & Discussions
Topic: Form Filling from CSV with Line Breaks
Replies: 5
Views: 4453

Re: Form Filling from CSV with Line Breaks

=> Nope, sorry, "posing questions" is definitely no correct English, yeah well, grammatically maybe, but not for the "Meaning"... Perhaps "posting" may have been a better fit, but I must maintain that "posing" is correct for both meaning and grammar :lol: pos...
by JamesBassdrop
Thu Aug 02, 2018 1:53 am
Forum: General Support & Discussions
Topic: Form Filling from CSV with Line Breaks
Replies: 5
Views: 4453

Re: Form Filling from CSV with Line Breaks

chivracq wrote:Typo btw: "posing" => "posting"... :wink:
Not a typo...
verb (used with object), posed, pos·ing
5. to assert, state, or put forward:
That poses a difficult problem.
But both would work here :lol:
by JamesBassdrop
Thu Aug 02, 2018 1:40 am
Forum: Data Extraction and Web Screen Scraping
Topic: HOW TO COPY DATA ON A WEB-PAGE AND PAST TO CSV FILE
Replies: 3
Views: 4374

Re: HOW TO COPY DATA ON A WEB-PAGE AND PAST TO CSV FILE

Also, to save the data to CSV, you'll want to: SAVEAS TYPE=EXTRACT FOLDER=* FILE=coinbalance.csv To keep only the most recent data, you'll have to delete the existing CSV file before SAVEAS runs (otherwise SAVEAS will add rows to the existing file): FILEDELETE NAME=coinbalance.csv (Note: "coinb...
by JamesBassdrop
Wed Aug 01, 2018 8:53 pm
Forum: Data Extraction and Web Screen Scraping
Topic: HOW TO COPY DATA ON A WEB-PAGE AND PAST TO CSV FILE
Replies: 3
Views: 4374

Re: HOW TO COPY DATA ON A WEB-PAGE AND PAST TO CSV FILE

Hi My fellow Imacros Users, I am running a imacros code that should enable me copy the balance of a cryptocurrency balance on https://tokenbalance.com/ and past it to csv file on my computer. I try using the extract function but it not working, please i need your asistant. See detalis below: VERSIO...
by JamesBassdrop
Wed Aug 01, 2018 8:44 pm
Forum: General Support & Discussions
Topic: Form Filling from CSV with Line Breaks
Replies: 5
Views: 4453

Re: Form Filling from CSV with Line Breaks

Is it possible to include line breaks when inputting from a CSV file? I've tried everything but it seems to truncate the line breaks. Hey macrohelp, Similar to how spaces need to be replaced with <SP>, to include line breaks you'll likely need to replace \r\n , \r , and \n with <BR> : \r = carriage...
by JamesBassdrop
Tue Jul 31, 2018 8:50 am
Forum: Command Line and Scripting Interface
Topic: delete csv column
Replies: 8
Views: 20140

Re: delete csv column

Hum, "care" or "dare'...!? I like the "care" actually, that means you are some kind of "semi-arrogant-Bastard" a bit like me, very-Welcome to the Forum then...!! (You forgot to mention the use of 'FILEDELETE' btw for your Sol to work..., and you don't really need ...
by JamesBassdrop
Sun Jul 29, 2018 10:24 pm
Forum: Command Line and Scripting Interface
Topic: delete csv column
Replies: 8
Views: 20140

Re: delete csv column

How to delete columns in csv from javascript? reading csv and writing to another csv creates issues if cell is blank, it is not written in same column Hi techimac, I had this problem as well, but I was able to get around it by adding some dummy data to to the !extract variable first .. Example CSV ...