Intended Application
Enable or disable the "Opt-Out Email" flag for all members included within the file. Members are matched up by the Account Ids (Card numbers) contained within the file.
Notes
- Header record is not expected. All data rows are processed as valid records.
- Any delimiter, except for [tab], can be used to separate columns. The delimiter used is then specified at the time of file import.
- Second column data is optional, but delimiter is required. If not included, it is assumed that everyone in the file is opting in.
- Opt-IN values for optional column are 1, -1, TRUE, T. Opt-OUT values for optional column are 0, FALSE, F.
File Structure
DATA COLUMN |
DATA TYPE | DATA REQUIRED? | FORMATTING | NOTES |
---|---|---|---|---|
Account Id |
Alphanumeric |
Yes |
|
|
Email Opt Status | Alphanumeric | No | See Notes | Optional Column |
Sample File
1: 2: 3: 4: |
1001|TRUE 1002|FALSE 1003|-1 1004|1 |