Had to build on top of the information provided, as I saw no clear rule for tokens
This worked for me:
delims^=^>^<^"^ tokens^=1^,^2^,^3^,^4^,^5
Was unable to make this work changing the order to the classical: tokens^=1^,^2^,^3^,^4^,^5 delims^=^>^<^"^
I have been unable yet to include blank spaces for delims using this approach. I tried with delims^=^>^<^"^ ^ to no avail.
Some proposals of other answers did not worked for me.