Hello,
Situation:
I connect to an API on a daily basis and write that data back to a SQL server.
The API returns a JSON with also a modificationDate. With the ChangeDetector I check if there's a change on that date, if so Update the attributes.
But I thought there were a lot of updates so I added a list to check what.
Here we can we can see that OriginalValue is trimmed where as revisedValue is not.
The OriginalValue source:
And the RevisedValue source:
Both look the same to me, so how can it be the data is cut off?
I'm not doing anything with it, just reading it straight from the DB?
Sincerely,
Jonathan