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)
more than one col val of template in one DB column
rsb
I have to insert multiple values in one database column.
how can we do this.
for 1 column i write this in load_db_major
<column name="DCR_IMG_URL" data-type="VARCHAR2(256)" value-from-field="HTML/0/DCR_Img_URL" allows-null="yes" is-replicant="no"
/>^M
I want to actually put value HTML/0/DCR_Img_URL + "Heigth"+ HTML/0/DCR_Img_URL_height
how can this work. how to concatenate?
Find more posts tagged with
Comments
Michael
Have you considered doing the concatenation using formAPI and putting the value in a hidden field? You can then deploy this hidden field in DataDeploy.
Hope this helps.
Cheers,
Michael