rcbops / gh2

A tool to transmogrify GitHub issues to any desired output
Other
3 stars 4 forks source link

Fix date normalisation with non-date columns #3

Closed git-harry closed 8 years ago

git-harry commented 8 years ago

The date normalisation function assumed that the data finishes with a contiguous set of date columns. This commit modifies the function so that it has fixed start and end points to allow additional information to be added by extending the data with additional attribute columns.

Connected https://github.com/rcbops/u-suk-dev/issues/360

hughsaunders commented 8 years ago

👍 LGTM, waiting for a comments as promised above.