Store Extract Value in Existing CSV

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
Tamilselvan
Posts: 129
Joined: Mon Mar 07, 2016 10:49 am

Store Extract Value in Existing CSV

Post by Tamilselvan » Tue Aug 28, 2018 12:37 pm

iMacros for firefox free 10.0.2.1450,
Windows 10 version 1803
Firefox 61.0.2 (32 Bit)

Hi

Kindly help me following details.
i have following error shows while running iMacro "RuntimeError: !DATASOURCE requires File IO interface, line: 5"

Code: Select all

SET !DATASOURCE "C:\\Users\\acer\\Documents\\iMacros\\Datasources\\JobCard-No.csv"
i need to extract the value to store in existing csv.file in specified coloumns (i.e.) i need in 6th column.

Code: Select all

TAG POS=1 TYPE=SPAN ATTR=TXT:Data<SP>Entered<SP>Successfully!
the following code is also not considered. Is it ok ?

Code: Select all

ONDIALOG POS=1 BUTTON=OK CONTENT=
ONDIALOG POS=2 BUTTON=OK CONTENT=

Thanks in Advance
Regards,
Tamilselvan S.
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Store Extract Value in Existing CSV

Post by chivracq » Tue Aug 28, 2018 1:56 pm

Tamilselvan wrote:

Code: Select all

iMacros for firefox free 10.0.2.1450,
Windows 10 version 1803
Firefox 61.0.2 (32 Bit)
Hi

Kindly help me following details.
i have following error shows while running iMacro "RuntimeError: !DATASOURCE requires File IO interface, line: 5"

Code: Select all

SET !DATASOURCE "C:\\Users\\acer\\Documents\\iMacros\\Datasources\\JobCard-No.csv"
i need to extract the value to store in existing csv.file in specified coloumns (i.e.) i need in 6th column.

Code: Select all

TAG POS=1 TYPE=SPAN ATTR=TXT:Data<SP>Entered<SP>Successfully!
the following code is also not considered. Is it ok ?

Code: Select all

ONDIALOG POS=1 BUTTON=OK CONTENT=
ONDIALOG POS=2 BUTTON=OK CONTENT=
Thanks in Advance
Regards,
Tamilselvan S.
I'll answer first the "part" about the RuntimeError...:
=> Yep, normal, when using iMacros v10.x for FF or CR, you now need indeed to mention if you are using the 'Free' or 'PE' Version... (like you do perfectly...)
=> You are using the 'Free' Version.

And Commands that require Local File Access (like '!DATASOURCE' or 'SAVEAS' etc...) now need a "separate" FIO Module that is only available in the (paying) 'PE' Version... Same if you want to use Local '.iim' Files as Macros, only Bookmark Macros are now supported in the 'Free' Version.

(Ipswitch changed their Licensing Model btw from v10.0 for CR/FF, the 'Free' Versions are only "Free" for Home Users, Business Users are now expected to take a 'PE' (or higher) License... :wink: )

>>>

Oh...!, and about the last part, the 'ONDIALOG' Command is indeed not supported anymore/yet(?) in v10.0.2 for FF... (which I also find very "annoying"/blocking, grrr...!).
- (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