This is probably a pretty trivial problem, but here goes -- I have been given a plaintext list of addresses in this format:
Name1 ¶
Address1 ¶
City1, State1, Zip1 ¶
¶
Name2 ¶
Address2 ¶
City2, State2, Zip2 ¶
... and so on. My job is to mail merge these into labels for envelopes. However, MS Office's mail merge function needs for the list of addresses to be a comma-separated list; it can't seem to distinguish between addresses in the format I was given. I can't figure out a way to convert this plaintext list to a comma-separated list. Would anyone know how to do this via MS Office, a Python script, etc...?
Thank you in advance!!