Hi There
I have an html document which I need to extract name and address details from. I was just wondering if my best way of doing this is using a data mapper or using workflow.
Thanks
Hi There
I have an html document which I need to extract name and address details from. I was just wondering if my best way of doing this is using a data mapper or using workflow.
Thanks
Well, it sort of depends.
If this is an active web page, such as a form that users will input data into, you can intercept it with Workflow by using the HTTP Server Input plugin.
If this is simply a HTML document generated by some other application or process, you will want to use the Data Mapper and treat it as any other text file. Doing it this way, you’ll just want to keep out for a few Gotchas: