You need to sign in to do that
Don't have an account?

How to migrate Attachments from one org to another
Hi,
I am migrating data from one salesforce org to another. Can any one tell me how do I migrate Attachments?
I used the file exporter to download the attachments from the source org but while uploading attachments to the new org
I got the error "Error Converting value to correct data type"
Any help would be highly appreciated.
i.e. in your CSV store the full path of file (location) in a column and map it to the BODY column of Attachment in the target org.
Hi,
Also make sure you are using valid Parent Id / Owner Id, as ParentId would be different in second org. So that attachments would get attached to correct Record.
Hope this helps :)
Thanks rahul for the reply. About mapping path of the file to the body column of attachment, I am doing the same only but getting the above mentioned error.
Thanks Devendra for explaning the steps in detail . I executed the steps you had mentioned and files were migrated to the target org but when I tried to open the file it seems that data got corrupted. do you have any idea why the data got corrupted after migration.
http://cloudexplorer.ucinnovation.com/
Data Loader was just taking too much time to do, with having to download the records in CSV, relate the all parent records correctly between source and target orgs that have different record IDs, and then upload again.
The following URL: https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EcsAOUAZ&tab=e
Disclaimer: This Mass File Download AppExchange App is published by Satrang Technologies, where I work.