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

Export the Image from richtext area
Hello,
I have one richtext area field on object which consist of image,and i want to export records along with the image(richtext area field). Is this possible in sfdc??
Thanks in advanced ,
Akshay More
I have one richtext area field on object which consist of image,and i want to export records along with the image(richtext area field). Is this possible in sfdc??
Thanks in advanced ,
Akshay More
I trust you are doing very well.
Exporting text that has format under a Rich text field can be exported as an HTML format when you use the Data Loader. The resulting data on your CSV file when exporting via Data Loader should be on HTML format by default.
Please refer to the below knowledge article:
https://help.salesforce.com/articleView?id=000269120&type=1&language=en_US
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Thanks and Regards,
Khan Anas
All Answers
I trust you are doing very well.
Exporting text that has format under a Rich text field can be exported as an HTML format when you use the Data Loader. The resulting data on your CSV file when exporting via Data Loader should be on HTML format by default.
Please refer to the below knowledge article:
https://help.salesforce.com/articleView?id=000269120&type=1&language=en_US
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.
Thanks and Regards,
Khan Anas
Thanks for your immediate reply.