Functions overview transform a value

Bronze Contributor
Bronze Contributor

Good morning,

I am trying to take a uniform attribute that takes an example number [456,56] and transform it so that it arrives at the audienceStream attribute in the format 456,56. I was thinking of using Server-side system functions but I didn't find the right way to do it.

Looking for new ways to conquer data
1 REPLY 1

Functions overview transform a value

Tealium Employee

Hi @lazaro 

You can use data transformation function - https://docs.tealium.com/server-side/functions/manage-functions/create-function/

If you wanted to join an array into a comma delimeted string you can use xxxx.join(',')

services-robert-sabec _ main 2023-03-24 13-50-20.png

Public