How to add a carriage return for AppXtender output:
1. Add a new Memo field as the last index field called "newline".
2. This can be made hidden so a user can't edit it.
3. Add this script into DocumentDataRecordInitialize:
dataRecord["newline"].Value = Environment.NewLine + Environment.NewLine;
4. make sure that field is the last index field on the Field Settings tab of the migration
gives me this output:
11111,8/1/2013,8/1/2013,Scott,2222,
@@C:\Users\psigen\Desktop\Migration Output\AppXtender\20130801.091103.571\00000001.tif
Comments
Please sign in to leave a comment.