$success = TRUE;
$raw_event = "DOMAIN\User 2 TRUE";
csv->parse_csv();

if not defined $one $success = FALSE;
if $one != 'DOMAIN\User' $success = FALSE;
if not defined $two $success = FALSE;
if $two != 2 $success = FALSE;
if not defined $three $success = FALSE;
if $three != TRUE $success = FALSE;
