PL-200 · Question #146
You are using the Data import wizard to import records into the account table from a CSV file. The CSV-to-table mapping is as following: - Name column represents the account and maps to the Account…
The correct answer is A. Map Parent Name in the CSV file to the Parent Account column. When importing a self-referential dataset (accounts that are subsidiaries of other accounts in the same file), the Data Import Wizard supports resolving parent-child relationships within the file itself. The correct action is to map the 'Parent Name' column in the CSV to the…
Question
Options
- AMap Parent Name in the CSV file to the Parent Account column.
- BLookup the record IDs Of the records in the ParentAccount column.
- CMap Parent Name in the file to the Parent Account column.
- DCreate an alternate key the account table by using the Account Name column.
How the community answered
(39 responses)- A72% (28)
- B5% (2)
- C8% (3)
- D15% (6)
Explanation
When importing a self-referential dataset (accounts that are subsidiaries of other accounts in the same file), the Data Import Wizard supports resolving parent-child relationships within the file itself. The correct action is to map the 'Parent Name' column in the CSV to the 'Parent Account' column in the Account table during the column-mapping step. The wizard will resolve the relationship by matching names to records created in the same import batch. Option B (manually looking up GUIDs) is unnecessary - the wizard handles resolution. Option D (alternate key on Account Name) is a useful technique for de-duplication but is not the mechanism that creates the parent-child relationship.
Topics
Community Discussion
No community discussion yet for this question.