I have a comma separated list that could contain blank values, and could contain values wrapped in double-quotes that I do not want to split. I need to create an array using this split so that I can later loop through it. I’ve tried using some match regex which works, except it overlooks any null values that I have. I’ve