MailMerge from CSV or TXT file

Hi,

I know a maimerge is possible from ResultSet but is it possible from TXT or CSV file ?

How ?

Thanks a lot

Regards
Julien

Hi
Thanks for your request. I think, you can use IMailMergeDatasource to achieve what you need. You can read your TXT or CSV fields into business objects and use them as a data source:
https://reference.aspose.com/words/java/com.aspose.words/IMailMergeDataSource
Hope this helps.
Best regards,