Extracting from a column that has comma delimited data
I have a column fro a query that has data within that is comma delimited. Reads1,2,3,2,4,3,4,5,2,1,3,4,5,2,1,3,4,2,1,2,3,4,2,1,2,4,2,3,4,5 I would like to have a script that parses out each value into a new column with the column title of D01, D02, D03 etc.... I have used an addin for Text to Cols to work with this column but it would great to have a script as part of post-Query script that makes ...
vince_faller