Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Deal with dates that are ranges #80

Open
Greatlemer opened this issue Nov 16, 2016 · 3 comments
Open

Deal with dates that are ranges #80

Greatlemer opened this issue Nov 16, 2016 · 3 comments

Comments

@Greatlemer
Copy link
Contributor

Description

Handle dates that are ranges "Apr/Jun" is one example there are many others in the files.

Comments, Questions and Considerations

Probably best to just run the processing script, seeing where it falls over and then trying to deal with that case.

Acceptance Criteria

This story can be considered done when:

Given I'm presented with a date range in a cell
When I try to normalise it
Then I'm returned a tuple of (start_date, end_date)

Given I'm presented with a single date in a cell
When I try to normalise it
Then I'm returned a tuple of (date, date)

@charlottebrf
Copy link
Member

Is this related in anyway to challenge faced in #106 ? Or is this separate as BAE systems csv file import worked fine @aspiers ?

@aspiers
Copy link
Member

aspiers commented Jan 15, 2017

I don't think your google data has date ranges within a single field, which is what this issue seems to be about IIUC.

@Greatlemer
Copy link
Contributor Author

This is separate and just related to part of the automated cleanup of data.

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

No branches or pull requests

4 participants