#RPE #DNG How can I display embedded images in the primary text column in a word document?
![](http://jazz.net/_images/myphoto/f29e999b178d1cd7c71e46d0fb80d9fe.jpg)
Hi,
I have attributes in my primary text column which include an embedded image or diagram. So far, everytime I try to read out this column I get back nothing. Not even an attribute which just consists of text. I think that there might be an issue with the configuration of my data sources.
This is my URI: https://myserver:myport/rm/publish/resources?moduleURI=_BWG9gVj6Eei-rPLJSd9w-A&maximiseEmbeds=true
I can read out any attribute from any column but from the primary text and the content columns. There I get nothing.
Thank in advance!
Accepted answer
![](http://jazz.net/_images/myphoto/f29e999b178d1cd7c71e46d0fb80d9fe.jpg)
You should use "text" (instead of "resources") schema. To get richtTextBody, the data source URI should be
https://myserver:myport/rm/publish/text?moduleURI=_BWG9gVj6Eei-rPLJSd9w-A&maximiseEmbeds=true
2 other answers
![](http://jazz.net/_images/myphoto/f29e999b178d1cd7c71e46d0fb80d9fe.jpg)
Emely -
Try using "dataSource/artifact/content/text/richtTextBody/div". This should be documented in one of the example templates provided with the installation of RPE: DNG_Resources.dta.
I don't know what you mean by Primary Text column in a word document. With more details, I'm sure myself or someone else on the forum would be willing to help.
David