From b07e0fbe963916bcfbbccc67aa6cfcb64c4ae456 Mon Sep 17 00:00:00 2001 From: hardya Date: Thu, 28 Feb 2008 16:05:48 +0000 Subject: [PATCH] Invalid file format for exception messages. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3763 248e525c-4dfb-0310-94bc-949c084e9493 --- Data/Seed/exme.ctl | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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|||