Question

Discussions and Tech Support related to website data extraction, screen scraping and data mining using iMacros.
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
wilcostuart
Posts: 3
Joined: Sat May 10, 2014 12:44 pm

Question

Post by wilcostuart » Thu Jun 23, 2016 10:01 am

Hi all,

I hope i place this topic in the right section.
I have a problem.

I want to extract some txt to a txt file
But the text i want to extract is 10.000 or 20.000 or 30.000

But i i dont want the . in it.
So only 10000
Can someone tell me how to remove the . in it?

Iám using imacro version 8970419 for firefox
and version 11.1.495.5175 as program.

Sorry for the crapy englisch but its not my main language

URL GOTO=*****
TAG POS=2 TYPE=TD ATTR=CLASS:maintxt EXTRACT=TXT
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:CONTENT={{!EXTRACT}}
WAIT SECONDS=5
CLICK X=523 Y=324
SAVEAS TYPE=EXTRACT FOLDER=C:\*** FILE=***

this is what i have.
the extact=txt is the 10.000
and in the content it has to place i without the .
AileneLassen
Posts: 1
Joined: Sat Sep 17, 2016 8:41 am

Re: Question

Post by AileneLassen » Sat Sep 17, 2016 8:43 am

Anyone? How to remove "."?
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Question

Post by chivracq » Sat Sep 17, 2016 8:38 pm

wilcostuart wrote:Hi all,

I hope i place this topic in the right section.
I have a problem.

I want to extract some txt to a txt file
But the text i want to extract is 10.000 or 20.000 or 30.000

But i i dont want the . in it.
So only 10000
Can someone tell me how to remove the . in it?

Iám using imacro version 8970419 for firefox
and version 11.1.495.5175 as program.

Sorry for the crapy englisch but its not my main language

Code: Select all

URL GOTO=*****
TAG POS=2 TYPE=TD ATTR=CLASS:maintxt EXTRACT=TXT
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=NAME:CONTENT={{!EXTRACT}}
WAIT SECONDS=5
CLICK X=523 Y=324
SAVEAS TYPE=EXTRACT FOLDER=C:\*** FILE=***
this is what i have.
the extact=txt is the 10.000
and in the content it has to place i without the .
AileneLassen wrote:Anyone? How to remove "."?
Hum, @AileneLassen, you can better start your own Thread, I think, unless OP gives a Descriptive Title to their Thread ("Question" is useless as a Thread Title, everybody on this Forum has a Qt or a Pb...), so I deliberately ignored this Thread...
+FCI is missing, which applies to you as well...
- (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