RE: field exceeds record length (32766) Steve Sherwood 22.Sep.16 03:37 AM a Web browser Connector for Text LEI - 8.0Windows
Resolved by specifying File Type to be Binary in Text Connector document, then specifying a Minimum Record Size so that the last line of the file, effectively the EOF marker, is skipped. This produces a 'WARNING: Bypassing INPUT record...' entry in the Activity Log. Also specified a Maximum Record Size of 50000000 bytes to accommodate the largest document size seen in the source databases. Not especially elegant but it works.