how to correctly use word mail merge for RTF text?

C

C Villalba

I have xml that contains many records, these record conatin fields that are
regular text and 1 field whose contents is rtf text. I have .net code that
converts to CSV file in order to use word merge functionality aslo in .net,
but this has the effect of only merging the rtf code not the actual text and
formatting, all the normal text merges fine. What is the best way to
accomplish what i am looking to do, which is to merge all the regular text
and merge the formatted rtf text correctly. Thanks.
 
C

Cindy M -WordMVP-

Hi =?Utf-8?B?QyBWaWxsYWxiYQ==?=,
I have xml that contains many records, these record conatin fields that are
regular text and 1 field whose contents is rtf text. I have .net code that
converts to CSV file in order to use word merge functionality aslo in .net,
but this has the effect of only merging the rtf code not the actual text and
formatting, all the normal text merges fine. What is the best way to
accomplish what i am looking to do, which is to merge all the regular text
and merge the formatted rtf text correctly.
You'd need to transform the entire file into RTF, with an RTF file extension.
Then Word should <fingers crossed> automatically use its RTF converter when it
accesses the data file.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top