You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, exports from the reports plugin generate data that contains absolute dates. When we want to import that data into a different ubersystem with different starting dates, the end user must manually modify the CSV file to fix the dates.
The case where this is happening right now is with exporting Jobs from Magfest 2016 uber and importing them into Magfest 2017 uber.
Last year, the first day of Magfest was: 2016-02-18
This year, the first day of Magfest is: 2017-01-5
It would be great if we could create a checkbox option to post-process the export and import to convert the dates to be in terms of "days until the start of the event". That way, the STOPs team doesn't need to edit the resulting CSV file.
Right now, exports from the reports plugin generate data that contains absolute dates. When we want to import that data into a different ubersystem with different starting dates, the end user must manually modify the CSV file to fix the dates.
The case where this is happening right now is with exporting
Jobs from Magfest 2016 uber and importing them into Magfest 2017 uber.Last year, the first day of Magfest was: 2016-02-18
This year, the first day of Magfest is: 2017-01-5
It would be great if we could create a checkbox option to post-process the export and import to convert the dates to be in terms of "days until the start of the event". That way, the STOPs team doesn't need to edit the resulting CSV file.