Okay, so you've changed the structure of your data. The original requirement had values seapareted by ", " in each cell. Now they are separated by just "," (see the missing space?!)
So you need to modify the code to accommodate the different data structure.
Change this line:
to
Attention to detail is REALLY important. Values separated by ", " are not the same as values separated by ","
It's also worth mentioning that the "Expected Output" values in your latest file upload don't actually match the "Input" values...
Bookmarks