2.) EIF File Specifications
An EIF file is a standard text file, which contains one action per line. The variables on each line are tab delimited. Due to technicalities, and to ensure high quality, an EIF file can only contain a maximum of 1000 actions. If you need to process more than 1000 actions at once, you will need to split them up into multiple files, and import each EIF file separately.

A small example of an EIF file, which contains three actions, is shown below:
EDIT_MEMBER_FIELD    jsmith    email    jsmith@aol.com
DELETE_MEMBER    bob    DEACTIVATE_MEMBER    peggy
Below explains all actions that can be performed through an EIF file, and which variables are required on the line.