Hi, i've come up with a problem that I hope VBscript may be the answer too. I've never created my own VBScript and am interested in finding out more... (beginner stuff first)
But, ATM I have 1.3 gigz worth of CSV text files that I need to convert the dates off...
Files are formatted as such::
TAG,DATE,VALUE
UNIT1_A5272019,6/29/1993 8:48 AM,3
...
I need to delete the AM's and if there is a PM i guess add 12 to the hour of the time... Ie. convert 12 hour to 24 hour.
I need to do this so when I import all these into Access it converts the dates properly...
Also, i'd like to create a new file not just overwrite the old ones as I'd like to keep them for backup purposes...
Is VBScript the proper tool to use? I'd like to do this in a relatively timely manner... I have 50 csv files raning from 200kb to 40Mb (mostly leaning toward 40mb)
Any help would be appreciated. (even just a couple of links to tutorials or intro's of getting started in VBScript)
As it stands I've done quite a bit of VBA programming in Excel for the last month so I'm a bit experienced in that and that will hopefully help me in this...
Thank you
Frank
But, ATM I have 1.3 gigz worth of CSV text files that I need to convert the dates off...
Files are formatted as such::
TAG,DATE,VALUE
UNIT1_A5272019,6/29/1993 8:48 AM,3
...
I need to delete the AM's and if there is a PM i guess add 12 to the hour of the time... Ie. convert 12 hour to 24 hour.
I need to do this so when I import all these into Access it converts the dates properly...
Also, i'd like to create a new file not just overwrite the old ones as I'd like to keep them for backup purposes...
Is VBScript the proper tool to use? I'd like to do this in a relatively timely manner... I have 50 csv files raning from 200kb to 40Mb (mostly leaning toward 40mb)
Any help would be appreciated. (even just a couple of links to tutorials or intro's of getting started in VBScript)
As it stands I've done quite a bit of VBA programming in Excel for the last month so I'm a bit experienced in that and that will hopefully help me in this...
Thank you
Frank