you can enable "Add Debug Fields" in your field parser stage and it will give you all the tokens available in that field.

Add a conditional to check if the third token exists, if it exists then assign the value to token2.

if the third token does not exist then it will skip the conditional and you will get your first two tokens.

Thanks,
KC.