bcp error

hi all,

Getting error while working on sybase::bcp as below,

DB-Library error:
Attempt to convert data stopped by syntax error in source field.

Code is like,

my $bcp_files = new Sybase::BCP $usr, $pass, $server;

---------- Post updated at 02:05 AM ---------- Previous update was at 01:24 AM ----------

hey, got the solution but cant understood....

My data is,

 col1|col1|status|2010/09/13 01:38:02|IST 

now last 2 columns are swapping their position while doing bcp... any clues ?