In Fexport script I type casted COL1TIMESTAMP as cast (COL1TIMESTAMP as varchar(20)) and The second column also same as well that is cast
(COL2DATETIME as varchar(20)).
Try to cast to VARCHAR(22). I think the problem might be caused by the fractional seconds precision.