This is a sample of the textdelimited file
"11- 4-2014","20:54:22","","3974","1","1","1"
"11- 4-2014","20:55:25","","1411","1","1","1"
"11- 4-2014","20:55:26","","3177","1","1","1"
"11- 4-2014","20:55:32","","4051","1","1","1"
I need it to parse and write to a text file looking like
ID DateTime Area Numb1 Num2 Num3
1 11/4/2014-20:47:48 4297 1 1 1
2 11/4/2014-20:52:03 4013 1 1 1
The validation part comes in to check if 'Area' actually has 4 numbers, if it doesn't, Write all errors to a separate text file in the same format.