Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Using DataDeploy to move HTML file to a database
dtheimer
Can anyone shed light on the subject of moving a file from TeamSite to a database CLOB using DataDeploy. The file type would be HTML. The requirement is to move the contents of the HTML file into the database.
Find more posts tagged with
Comments
Migrateduser
You can deploy using the is-url attribute:
Eg:
<column name="description" data-type="CLOB" value="file:///c:/temp/foo.xml" url-content-encoding="UTF-8" is-url="yes" allows-null="yes" />