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.
Comments
Please sign in to leave a comment.