forked from forcedotcom/dataloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correctly show query processed rows count + tests for multiple jobs i…
…n single query operation correctly show query processed rows count + tests for multiple jobs in single query operation
- Loading branch information
1 parent
68584e6
commit aed69be
Showing
9 changed files
with
29,774 additions
and
23 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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,2 +1,21 @@ | ||
name,Oracle_Id__c | ||
"acctNameXyz","oracleIdXyz" | ||
name,Oracle_Id__c,AccountNumber__c | ||
"acctNameXyz0","oracleIdXyz0","ACCT0" | ||
"acctNameXyz1","oracleIdXyz1","ACCT1" | ||
"acctNameXyz2","oracleIdXyz2","ACCT2" | ||
"acctNameXyz3","oracleIdXyz3","ACCT3" | ||
"acctNameXyz4","oracleIdXyz4","ACCT4" | ||
"acctNameXyz5","oracleIdXyz5","ACCT5" | ||
"acctNameXyz6","oracleIdXyz6","ACCT6" | ||
"acctNameXyz7","oracleIdXyz7","ACCT7" | ||
"acctNameXyz8","oracleIdXyz8","ACCT8" | ||
"acctNameXyz9","oracleIdXyz9","ACCT9" | ||
"acctNameXyz10","oracleIdXyz10","ACCT10" | ||
"acctNameXyz11","oracleIdXyz11","ACCT11" | ||
"acctNameXyz12","oracleIdXyz12","ACCT12" | ||
"acctNameXyz13","oracleIdXyz13","ACCT13" | ||
"acctNameXyz14","oracleIdXyz14","ACCT14" | ||
"acctNameXyz15","oracleIdXyz15","ACCT15" | ||
"acctNameXyz16","oracleIdXyz16","ACCT16" | ||
"acctNameXyz17","oracleIdXyz17","ACCT17" | ||
"acctNameXyz18","oracleIdXyz18","ACCT18" | ||
"acctNameXyz19","oracleIdXyz19","ACCT19" |