CSV to Rows
I recently needed to convert a comma separated list of values in a table column to a column where each value in the list gets its own row in a table. So first of all let’s create such a table. I have limited the number of comma separated values that will be created to 12. ...
Read More