Community Center | Not monitored
Tag not monitored by Microsoft.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am fetching the data from API and that have "recipients": [******@xyz.com, @mail.com]. I want to load the data into SQL column rec as complete string separated by "," like "@xyz.com, ******@mail.com".
Tag not monitored by Microsoft.
You can use programming language-specific functions to achieve this. For example, in Python, you can use join() to concatenate the elements of the array into a string.