Intended Application
To append additional Account Id(s) to already existing members.
Notes
- Any delimiter, except for a semi-colon and [tab], can be used to separate columns. The delimiter used is then specified at the time of file import.
- A header record is expected. As such, the first record in the file will be skipped.
- Upon importing, the application will search for the existing Account Id, and if found, will attempt to add the new Account Id to the member. If the new Account Id is in use, or the existing Account Id is not found, an error will be reported.
File Structure
DATA COLUMN |
DATA TYPE | DATA REQUIRED? | FORMATTING | NOTES |
---|---|---|---|---|
Existing Account Id |
Alphanumeric |
Yes |
|
|
New Account Id |
Alphanumeric |
Yes |
|
Sample File
1: 2: 3: 4: |
ExistingAccountId|NewAccountId 1001|1004 1002|1005 1014|3040 |