Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
list-to-replicant
System
Hi,
I have a problem with datadeploy while deploying commaseparated values.
It is working if i gave like below and it expects comma separated values.
<column name="MODEL_ID" data-type="NUMBER" list-to-replicant="yes" list-field="ConsumablesORAccessories/0/SelectedConsumables" value-from-field="ConsumablesORAccessories/0/SelectedConsumables/[0-99]/SelectedConsumables" is-replicant="yes" allows-null="no" is-url="no"/>
and it is not working
It is not working if i gave like below
$selectedmodels ="1,2,3"
<column name="MODEL_ID" data-type="NUMBER" list-to-replicant="yes" list-field="ConsumablesORAccessories/0/SelectedConsumables" value="$selectedvalues" is-replicant="yes" allows-null="no" is-url="no"/>
Actually i will i have textarea values line by line. I will convert those values into commaseparated .
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet