danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

GetAllMembersForList fails when members keys list have duplicate fields. #175

Open NJain27 opened 8 years ago

NJain27 commented 8 years ago

In the method ParseExportApiResults(string stringFromServer) when we add keys and values from result to the Dictionary contact, if the keys have duplicate fields then the dictionary.Add fails and the exception isn't handled or caught.

image

bencurthoys commented 8 years ago

I've just run into this. Amazed that MailChimp doesn't enforce uniqueness of Field Labels!