I'm trying to create a service through automation script for a particular Titan decoder, lets say decoder-5, for the table Decoder Program. In original titan device I can see 3 rows already present in that table (decider 5, 6, 9 shown below).
After the service is created i can see only one row(decoder 9).
while comparing decoder 9 with 5 and 6, found the difference that the primary key value has whitespace at the end for decoder 5&6 and for decoder 9 it is not there.
From automation script I have verified the extra whitespace is not trimmed. It is getting trimmed in engine.AddService(serviceInfo, viewIds) while adding the service to Dataminer.
This must be the case for all the cases, if there is whitespace at the end of the primary key or display key it will be trimmed on service creation from automation script.
Kindly confirm is this the issue or there must be some other reason for not getting decoder-5&6 in my service.