Intended Application
Enable the "Opt-Out Text" flag for all members included within the file. Members are matched up by the account Id 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 |
||
Text Opt Status | Alphanumeric | No | See Notes | Optional Column |
Sample File
1: 2: 3: |
1001|-1 1002|-1 1003|0 |