Def - Data Type Varchar

Varchar data types, within the File Imports, are those that can hold any combination of letters, numbers, and/or special characters provided they are <= the specified string length shown within parenthesis. For example, a varchar field that allows a max of 25 characters will be displayed as varchar(25).