You need to sign in to do that
Don't have an account?
souvik9086
Attachment Migration Error
Hi all,
We are migrating attachments and documents from one salesforce org to another. We are using FileExporter for exporting the attachments and Dataloader to import those in target org. We exported the attachments from old org successfully but the problem we are facing is"Error converting value to correct data type:" while importing to new org.
If anyone has idea about this, please help me out.
Thanks in advance
Thanks for your help.
Yes the filename is matching with that but the concern is while uploading it doesn't able to address the file location. How can I move the file to that particular location?
How I normally do this is to add two columns after the body field (Ctrl +), and in the first extra column I place the file path, and in the second I concatenate the values using a formula like =G2&H2, copy it all the way down, copy that column and "Special Paste > Values" back into the Body column, then finally remove the two extra columns.
Use an absolute file path, if necessary, such as "D:\Exports\20130521\FILENAME" instead of just "FILENAME".