Why is the number of rows in the dataloader panel much larger than what is actually in the input file?

Question

I am trying to load consent data in the tenant. The input file has 7,227,982 rows, but when I load the data, I get approximately 22 million rows.

 

Answer

  • Using one of the following API.
GET https://361-dataloader.reltio.com/dataloader/api/<tenantId>/storage/_account/<accountId>

or 

GET https://console.reltio.com/dataloader/services/dataloader/<tnenatID>/project/job/<dataload jobid>
  • Check the "sourcePath" in the response.
 "storageDetails": {
"createdBy": "<user>",
"createdDate": 1728563352000,
"updatedBy": "<user>",
"updatedDate": 1728563510000,
"storageId": "<storageId>",
"shareSourceInfo": true,
"bucketName": "<bucket>",
"sourcePath": "uat/inbound/int_staging/milestone/test/Consent_Mastering/consent/",
"delimiter": ",",

As you can see above, no file name has been applied. So it is trying to upload everything that is in the path.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.