Is There a way to Export HTML Metadata to Laserfiche Tokens?
Is There a way to Export HTML Metadata to Laserfiche Tokens?
If you are using the
<meta>
tag, then...
You might wanna set up a web service (internal use only) to grab the metadata tags from an HTML site/file and then return the information you seek.
Then use a HTTP Web Request activity to get those as tokens
Are your referring to the content between the html tags?
Thank you for help! It worked!
But, what about xml files?
XML is similar to HTML in respect to tags (somewhat). Can you not do the same?
I see! Yes it worked