Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break down strobe date/time strings and convert to standard format #129

Open
BruceJohnJennerLawso opened this issue Apr 10, 2017 · 0 comments

Comments

@BruceJohnJennerLawso
Copy link
Owner

Currently, the strobe dump has the date and time of games represented by one string, ie

'Fri Nov 20 @ 11:00 pm'

which mashes the time and date together, doesnt use military time for simplicity, and neglects to record the year in question.

Need to create a script which rolls over all of the team csvs, opens them, and, important note, adds additional columns with the date as dd/mm/yyyy, & the time in military time. The year will need to be inferred from the directory path that the script is using to open the file, and pretty much all the rest can be done with string processing functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant