diff --git a/Data/Seed/exme.ctl b/Data/Seed/exme.ctl index a287f62..8bd022d 100644 --- a/Data/Seed/exme.ctl +++ b/Data/Seed/exme.ctl @@ -3,16 +3,17 @@ INFILE * INTO TABLE exception_messages REPLACE FIELDS TERMINATED BY '|' +TRAILING NULLCOLS ( -EXCEPTION_NUMBER, -MESSAGE, -EXME_TYPE, -CREATED_BY, -CREATED_ON, -EXME_COMMENT, -UPDATED_BY, -UPDATED_ON +exception_number +,message +,exme_type +,created_by +,created_on +,exme_comment +,updated_by +,updated_on ) BEGINDATA -1|-20000|This indicates an assertion failure - check ERROR_LOGS|E||24/01/2008||| -2|-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06/02/2008||| +-20000|This indicates an assertion failure - check ERROR_LOGS|E||24-JAN-08||| +-20100|Attempt to upload file failed, file may be over 3 megabytes in size or total files for enquiry exceed 10 megabytes|E||06-FEB-08|||