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)
Datadeploy
System
Hi,
I have TextArea with Model id's like below
Model1
Model2
---
--
Modeln.
While deploying to the database i want to put above models in Model table as seperate records?
Could any body let me know how to achieve this.
Thanx in advance
Find more posts tagged with
Comments
Migrateduser
is this a replicant field?
If it were comma separated then you could use the list-field attribute to map it to multiple rows.
Adam Stoller
following on that thought - you could use a PT and translate newlines in textareas into commas and generate XML which could then be deployed to the DB... there are probably a number of alternatives here - but I'm not sure that any of them are particularly great. Perhaps you need to re-examine whether the field in question should really be a textarea (or whether you really need the data stored in distinct columns in the DB)?
--fish
(Interwoven Senior Technical Consultant)
Migrateduser
Thanx for your reply.
I did this through list-field ,list-replicant values.
It is a Textarea separated by newlines.I want to push each line into new record in corresponding tables.
Thanx once again
Edited by krishna1288 on 05/30/03 07:53 AM (server time).