Example output
1. test,test,test,test,test, 2. test,test,test,, 3. test,test,,, 4. test,,,,,
I tried use implode according to my previous q
rtrim('test,,,,,', ',');
See the manual.