String Processing Options Help

 Some information when importing usings the mapping mechanism. 
 This section focuses on what to place in the 'Import parsing 
 options' field for paticular SQL Types.

 The following commands for text formatting must end with an ';' in 
 order to work correctly. Each command can be chained to another and 
 must also be seperated by a semi-colon and are processed in order from 
 left to right.

 for example 'trim; toUpper; nativetoascci;' will trim a string then 
 convert it to uppercase and finally encode any non-ascii characters 
 to UNICODE escape sequences. Or 'trim;' will simply remove 
 whitespace for at both ends of the text. 

 All commands are case insensitive such that 'Trim' and 'trim' are acceptable. 
 Note: each command(s) must be interpeted for each row that is being imported
 so using lots of text formatting commands are most likely going to slow the
 import process some.
  
String/VARCHAR types

Date/Time/TimeStamp types

Import Automatic Values Help

	
   Some information when importing usings the automatic values mechanism. This 
   section focuses on what to place in the 'Automatic values param' field for 
   paticular SQL Types that can have data automatically generated that may not 
   be part of the imported data set.
  
Numerical types
Date/Time/TimeStamp types

Boolean types
String/VARCHAR types