I have a list of descriptions, followed by a short-code for the item (that is always 3 alphas followed by 3 numeric digits), followed by a series of digits representing occurrences. What would be the ideal way to tab/comma delimit after the description, starting with the short code?
Ex:
LANDLORD ACCESS LSO012 1 0 10 10 11
AGGRESSIVE DOG LSO016 0 0 5 5 5
ABANDONMENT OF SERVICE PLANNED LSO022 0 0 8 8 8
Ideally would be:
LANDLORD ACCESS, LSO012, 1, 0, 10, 10, 11 (new row/return)
AGGRESSIVE DOG, LSO016, 0, 0, 5, 5, 5 (new row/return)
ABANDONMENT OF SERVICE PLANNED, LSO022, 0, 0, 8, 8, 8 (new row/return)