Dear PI community,
We are uploading Data Manually using PI UFL.
After processing the values are appended by trailing "," (comma).
In test environment there is no such issue (same config is used there).
Thanks in advance for help.
Dear PI community,
We are uploading Data Manually using PI UFL.
After processing the values are appended by trailing "," (comma).
In test environment there is no such issue (same config is used there).
Thanks in advance for help.
It all depends on how you are extracting the values from the incoming data in your PI UFL INI file. Maybe your data is shorter or longer than expected.
You could use the REPLACE function in the INI to get rid of the comma, as a quick fix.
X = REPLACE(X, ",", "")