Comments
-
As Quirolla mentioned, this article should help: https://knowledge.domo.com/Prepare/DataFlow_Tips_and_Tricks/Splitting_a_String_into_Multiple_Rows If you'd like to create new columns instead of rows you could use the SUBSTRING_INDEX() function, here is a good article on how to use…