Feeder of following rules
Posted: Thu Sep 11, 2014 4:16 pm
Hello ALL
Need your input for writing more efiicient feeder for following rule:
[{'a','bb','cc'},'abc']=['PQR']/['NTM'];
Is there any other way to feed this rule than following way
['PQR']=>['a','abc'];
['PQR']=>['cc','abc'];
['PQR']=>['bb','abc'];
We can not save feeder if we write
['PQR']=>[{'a','bb','cc'},'abc'];
Need your input for writing more efiicient feeder for following rule:
[{'a','bb','cc'},'abc']=['PQR']/['NTM'];
Is there any other way to feed this rule than following way
['PQR']=>['a','abc'];
['PQR']=>['cc','abc'];
['PQR']=>['bb','abc'];
We can not save feeder if we write
['PQR']=>[{'a','bb','cc'},'abc'];