Error in filed value while using data prep function in AEP
Hi,
I am trying to ingest a delimiter(space) separated string from a CSV file to an array field in AEP by using "split" data prep function. Below are input string and data prep function I am using.
Using data prep function the data that gets inserted is an error text " [Ljava.lang.String;@59c1a063}" and not the split values from the string.
Can anyone please suggest what could be possible issue here and how to resolve this. I tried using a statis string in data prep split function but getting the same error in schema filed value.
Input String in CSV: 'c1 c2 c3 c4'
| customerId | categoryNames |
| 1001 | c1 c2 c3 c4 |
| 1002 | c1 c2 |
| 1003 | c1 c2 c3 |
split function code -> split(categoryNames, " ")
Split function preview

Filed value with error

https://experienceleague.adobe.com/docs/experience-platform/data-prep/home.html?
Thanks!

