I didn't separate values by commas when processing the other fields. I can certainly do that. Hopefully it won't cause any issues with composers where you could have a comma separating the first and last names. Let me know if you think I shouldn't separate by commas when processing any of the fields. I really don't like separate by commas in general because there are so many cases where a comma could be present in the name of something. That's why with CSV files I went with ; as the column delimiter and | as the value delimiter. You are must less likely to encounter conflicts with those.
Thanks,
Mike
Thanks,
Mike