You need to use the right tool for the job. I find the python tool
BeautifulSoup one of the best for parsing and extracting data from web
pages.
http://www.crummy.com/software/BeautifulSoup/
Kind regards,
Caveat
On 12/07/13 09:01, Shane wrote:
> Hi everyone
>
> i am trying to get some info fr
On Fri, 2013-07-12 at 17:01 +1000, Shane wrote:
> Hi everyone
>
> i am trying to get some info from a web page in the format of
>
>
> Text I Want
>
> And Some More i Want
>
>
> And The last bit
>
>
>
> what would be the best way to go about this i have tried a few way but i
> feel there m
Use Read and Write for binary data.
On Fri, Jul 12, 2013 at 4:18 PM, PICCORO McKAY Lenz
wrote:
> i have a binary file in fs, i wish toload and store in DB, (blob of course)
> and then recue from db and put again in same place..
>
> i see in docu, but all file.save asumes string, so i try using b
You could use Python and Selenium got get the info and then do further
processing in Gambas.
On Fri, Jul 12, 2013 at 4:17 PM, Randall Morgan wrote:
> The easiest would be to write a parser.
>
>
> On Fri, Jul 12, 2013 at 12:01 AM, Shane wrote:
>
>> Hi everyone
>>
>> i am trying to get some info
i have a binary file in fs, i wish toload and store in DB, (blob of course)
and then recue from db and put again in same place..
i see in docu, but all file.save asumes string, so i try using base64
coding a decoding but can work..
NOTE: when i post code in mail list, i got and error
Lenz McKAY
The easiest would be to write a parser.
On Fri, Jul 12, 2013 at 12:01 AM, Shane wrote:
> Hi everyone
>
> i am trying to get some info from a web page in the format of
>
>
> Text I Want
>
> And Some More i Want
>
>
> And The last bit
>
>
>
> what would be the best way to go about this i ha
Updates:
Status: Fixed
Comment #8 on issue 450 by benoit.m...@gmail.com: RpcClient hangs
(randomly) and CPU goes to 100% when using timers
http://code.google.com/p/gambas/issues/detail?id=450
(No comment was entered for this change.)
--
You received this message because this project i
Hi everyone
i am trying to get some info from a web page in the format of
Text I Want
And Some More i Want
And The last bit
what would be the best way to go about this i have tried a few way but i
feel there must be an
easy way to do this
thanks shane
---
Comment #7 on issue 450 by uale...@gmail.com: RpcClient hangs (randomly)
and CPU goes to 100% when using timers
http://code.google.com/p/gambas/issues/detail?id=450
After more testing, the fix is submitted in r5728.
--
You received this message because this project is configured to send all