Hi Team,
We are using customer attribute to upload the offline data in experience cloud.The data file contains the CustomerId as first column and we are passing this customerid in the thirdPartyId in the target call.
The customerId value in data file is in doublquotes however the value that we are passing in thirdPartyId is without doubl quotes so targeting doesnt work using crs data source.
As a workaround we used escape characters in the code at target end so that value in double quotes is passed
Now I can see the value passing like this and the targeting also works:

so wanted to ask if this fine and it would not break anything else.