Hi Chiranjeevi, I tried with the sample RandomNumberGenerator App. And I was able to set the property for multiple operators.
Below is my properties.xml file *<?xml version="1.0"?>* *<configuration>* * <property>* * <name>dt.application.MyFirstApplication.operator.randomGenerator.prop.numTuples</name>* * <value>1000</value>* * </property>* * <property>* * <name>dt.application.MyFirstApplication.operator.*.prop.stringFormat</name>* * <value>hello world: %s</value>* * </property>* *</configuration>* What mechanism are you using to set the properties? On Mon, Nov 21, 2016 at 11:22 AM, chiranjeevi vasupilli <[email protected] > wrote: > > ---------- Forwarded message ---------- > From: chiranjeevi vasupilli <[email protected]> > Date: Thu, Nov 17, 2016 at 2:56 PM > Subject: settng property using * not working > To: [email protected] > > > Hi team, > > In my application i wnat to set one of teh property to multiple operators. > i have used the * instead of Operator name. But it is not setting. > > *\"dt.application.app1.operator.*.prop.strtDate\":\"$strtDate\",* > > can you please suggest , how i can set a property for multiple operators > having the same property name. > > -- > ur's > chiru > > > > -- > ur's > chiru >
