1

The tutorials i found online, teach me how to register users emails into my Mailchimp. but what if i already have those emails stored in the database and only want to transfer them? is it possible?

user3420180
  • 254
  • 2
  • 9
  • Google e.g. `mailchimp import email from database` to find all the possible ways to import data into Mailchimp. – Pekka Apr 28 '16 at 09:12

1 Answers1

1

You want to export the mongodb database to a CSV file.

I did the exact same thing a while ago and unfortunately I can't find the code I used, but it was pretty simple. You want to use this approach: https://stackoverflow.com/a/18302533/183904

Community
  • 1
  • 1
Julien
  • 9,312
  • 10
  • 63
  • 86