: !/bin/sh

awk -F'|' '
{
	if ( match($8, "04..-......") )
		print $7
}
' <cde_all.cde  | sort -u