Posts by user95385 • 13 points
1 post
-
-1
votes1
answer82
viewsQ: Delete "," in the first and last line of a CSV
I have a csv that’s exported like this: +++ Host - Begin +++,, Name,Description test1,abc2 test2, abd3 +++ Host - End +++,, How do I get this result? +++ Host - Begin +++ Name,Description test1,abc2…