Automator - workflow help

willibook1.42

Registered
Hi I am wanting to set up a work flow to cut text from a web site (yellow pages) and enter it into an excel doc ready for a mail merge

The fields that i need to get from each business listing and put into the relevant fields within the excel sheet are

Company name
Street Address
Suburb
State
Post Code
Phone Number area code
Phone Number

how do i go about setting this work flow up? is this possible?

Thanks for your help
 
The problem with this is that you are trying to pull information from a Web page, rather than a database or some kind of delimited file. In Automator, this is not possible out of the box.
 
'how do i go about setting this work flow up' - you have to write code in 'AppleScript' (via 'Library:' 'Automator''s 'Action:' 'Run AppleScript') and or 'UNIX' (via 'Library:' 'Automator''s 'Action:' 'Run Shell Script').

'is this possible?' - yes.
 
Back
Top