Avatar of Mike Satterfield
Mike Satterfield

asked on 

Removing first 4 characters from date field in csv file

I have a csv that is an export from a student information system. Lets say field J is the student enrollment date. it comes out as 09/02/2012 i need to change it to just read 2012 (essentially losing the first four characters) for each line of J in the CSV file ?

Does anyone have a quick batch or VB script that would do something like that ?
VB ScriptWindows Batch

Avatar of undefined
Last Comment
Mike Satterfield

8/22/2022 - Mon