Convert date String to Array type

Good day, please help me with the following.

Within a Data Action, is it possible to convert a String field that has comma-separated values ​​to an output contract field of array type?

For example:
My webservice returns a field with the following data:
ABC,DEC,XYZ

I want to change this value to an array field, so that it can be available in a Script.

Would this conversion be possible in the Data Action? Is there a Velocity Macro command?

Hello,

This answer from Jason on an older post should be what you are looking for: Help to split a string and insert it into an array object DataAction output - #9 by Jason_Mathison

Regards,

Thank you very much for your support. It worked for me! I followed that post as a guide.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.