When adding a csv as the field list source but using a dataset with aspose as the data source for a mail merge, is there a way to exceed 40 characters in the field name with in Word? Every field that has a name longer than 40 characters is truncated to 40.
I tried that. The results are as follows:
Mail merge field manulally created could exceed 40 characters.
{ MERGEFIELD 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 }
Mail merge field imported by list could NOT exceed 40 characters.
{ MERGEFIELD M_12345678901234567890123456789012345678 }
We need to be able to exceed 40 while importing from an existing list as we have many hundreds of selectable fields.
jmallory0001:
Mail merge field imported by list could NOT exceed 40 characters.{ MERGEFIELD M_12345678901234567890123456789012345678 }We need to be able to exceed 40 while importing from an existing list as we have many hundreds of selectable fields.
- Your input Word document.
- Please attach the output Word file that shows the undesired behavior.
- Please create a standalone console application (source code without compilation errors) that helps us to reproduce your problem on our end and attach it here for testing.