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)
Problem with DataDeploy...Urgent
Udhay
Hi all,
I have a requirement where i need to create three tables. I need to deploy the comma separated values as a separate records in two different tables. But for some reason, the data containing comma's are inserted as a single row itself.
I'm attaching the files which im using. Kindly help me out of this.
Uday
Find more posts tagged with
Comments
Bhargav Coca
What kind of DD are you using? DAS / Sandalone? So as per my undertanding you want all the multiple select options to be displayed in seperate tables with only one entry per column?
You need a logic where you split the comma seperated selects in different hidden fields, and then include those fields in your dbschema and dd.xml files. This is one way to resolve this.
Again, you do no know how many choices one would select, so you need to have a script in place which decides on number of tables depending the number of selections you have.
Thanks