Skip to content

Moving list to new brand

geogeo
edited August 2013 in Questions

Ben,
Is there a quick way to copy a list of email addresses from one brand to another without exporting. The reason I ask is my custom fields don't import when I upload a CSV. What is the easiest way to move a list with custom fields and all?

Thanks,
George.

Comments

  • Hi @geo,

    You can run a simple query directly in your database (via phpmyadmin or similar).

    First, create a list in the other brand you want to transfer the list to.

    Then run the following query in your database:

    UPDATE subscribers SET list = id_to_change_to WHERE list = id_to_change_from

    You'll need to know the number for:

    id_to_change_to
    id_to_change_from

    and apply it to the query. Go to lists table to find the id of the respectively lists.

    Best regards,
    Ben

This discussion has been closed.