Found a workaround for you. If you download as a csv and open in excel. You can use this formula and it'll parse out the details column into just the category.
=RIGHT(D2,LEN(D2)-(FIND("category",D2)+8))
If you are particularly finicky you could also probably do a replace to get rid of the final "
Adam R MS | CISSP, CISM, VCP, MCITP, CCNP, ITILv3, CMNO
If this was helpful click the Kudo button below
If my reply solved your issue, please mark it as a solution.