Bulk Data extract
I have raised a support ticket to extract bulk records of approx 1M+ data from Marketo and Adobe support suggested to extract data via the bulk API as per the product limitation issue can not be extracted bulk data. (considering the schema file format contains 500+ fields names in the header)
https://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/
https://developers.marketo.com/rest-api/bulk-extract/
When I tried extracting bulk data via API the job status endpoints return a checksum in the fileChecksum attribute when status is “Completed”.
The checksum is a SHA-256 hash of the exported file. https://sha256sum.com/
I was wondering how to extract the data in such a case. I have not used any SHA-256 coding in the past. is there any workaround to download this checksum file?