I have a file like this:
apple;banana;juice1,juice2,juice3
orange
white;black;yellow,blue
jhon;peter;lucas1,lucas2,lucas3
edward
I want my output like this:
apple;banana;juice1,juice2,juice3;orange
white;black;yellow,blue
jhon;peter;lucas1,lucas2,lucas3;edward
Any tips?