-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for W-16872438: Bulk API fails with Field name not found error if first column in csv is mapped to multiple fields.
- Loading branch information
1 parent
0b34f3b
commit 88ade06
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/test/resources/testfiles/data/oneToManySforceFieldsMappingInCsvMap.sdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mapping values | ||
#Mon May 16 17:24:40 PDT 2011 | ||
Name=Name | ||
Name=Name,RICHTEXT__c | ||
NumEmployees = NumberOfEmployees | ||
"Aerospace"=Industry | ||
State=BillingState, ShippingState, Description |