'Convert String variable to SSIS object variable

I have no clue where to start with this. What I am asking is if this is possible.

I know that I can read an SSIS object, break it down and load it to a string. But can I do the reverse?

I don't need an example or s working script to do it, but a piece or some document of a method to look at would be great. Or a simple yes/no would even be awesome.



Solution 1:[1]

don't use foreach, use for and the functions TOKEN and TOKENCOUNT

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 sertes