Hi- I have a project requrement to read the MERGED Fields in word document and then dowload those fields in the SQL Server table as a Field list.Woupd you please let me know Component do i need to install. thank you

Hi, I have a project requrement to read the MERGED Fields in word document and then dowload those fields in the SQL Server table as a Field list.Woupd you please let me know Component do i need to install. thank you

Hi Kant,

Thanks for your inquiry. Please use Aspose.Words component to achieve your requirement. Please use MailMerge.GetFieldNames method to get collection of mail merge field names available in the document.

Document doc = new Document(MyDir + "in.docx");
string[] fieldNames = doc.MailMerge.GetFieldNames();

I suggest your to read following documentation link for your kind reference.
https://docs.aspose.com/words/java/mail-merge-and-reporting/
Hope this answers your query. Please let us know if you have any more queries.