Rob,
>Date: Thu, 29 Apr 2004 11:28:06 -0400
>From: "Rob Dale" <rdale@xxxxxxxxxxxx>
>Organization: Skywatch Services
>To: "'Steve Emmerson'" <steve@xxxxxxxxxxxxxxxx>,
>To: <ldm-users@xxxxxxxxxxxxxxxx>
>Subject: RE: DDPLUS Problem
The above message contained the following:
> I send all incoming text files to a directory using just the 4-6 character
> AWIPS header as the filename:
>
> WMO ^(......) (....) ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(.*)
> FILE -overwrite -close data/gempak/awips/\6
I recommend changing the above to the following
WMO ^(......) (....) ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p([^ ]*)
FILE -overwrite -close data/gempak/awips/\6
This will use only the blackspace following the "/p" for the filename
and ignore the trailing " !unknown ...".
Don't forget to execute the command "ldmadmin pqactcheck" to verify the
change.
Regards,
Steve Emmerson