I have 100sof flat files that have lots of data,every line of the file is having a space in between each column value,the first line is a header for all the columns,i want to modify all the date values (column named start date or date or anything) for a single column,how do i do that?
I tried split function but i am not able to do it,i need the syntax and a sample code...

Thanks