I want to transform the string-values in the array to caregory-number-values so I can make a linear regression. So I think I need n single columns for each string which holds 1/0 if the array contains this value.
Based on the example that you have given in the first post, can you please draft your expected output? This makes it for people easier to jump in and help you out.
I see that your “array” is a flat string which changes things a bit.
Thanks a lot @iparker. I’d appreciate if you could mark the solution of your choice by clicking the solution icon in the bottom right of the corresponding post. Cheers, Mike