Hi,
i am a bit confused. I have a concatenation of around 1318 values, because this is a large dataset which i have to compare to yesterday’s values. While doing this, i create a hashvalue for today and compare it to the hashvalue from yesterday. If this hash is different, then we have to set the attribute “data_change” to true.
This is working, but at some point there are new attributes coming in from the source system and then the last values are blank after concatenation, whereas the attributes have values.
I assume there is some sort of cache, which interferes here, because if i have 8 new values, they aren’t always added to the end of the csv, but somewhere in between.
When i get 10 new attributes, i’D have 1328 values, and then, although the source values are shown correct, there are a couple of those missing in export, besides not missing, but being empty. Thus the hash value, if the changes apply to the new attributes is the same for today and yesterday and value changes aren’t detected.
I gave it a shot and created a new concatenation, and guess what, i got all values.
I have 6 transformations running with each around 1,400 attributes, and i would like to not have to create new transformation when new attributes come in, so what’s the way to do it.
Any idea how to get around this?
Best