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

Import data from external source #516

Open
luboA opened this issue Nov 6, 2022 · 0 comments
Open

Import data from external source #516

luboA opened this issue Nov 6, 2022 · 0 comments

Comments

@luboA
Copy link

luboA commented Nov 6, 2022

I can't find any mention about import functionality. I would like to import time tracking data in CSV format. This functionality should be on simple CSV in format Date,TimeFrom,TimeTo,Duration,IssueName,Note . At least two valiation should be done:

  1. Valid for duplicities (also with data in timetracker)
  2. Valid for the same values if TimeTo and Duration is defined (there should be defined just one of them but if both are defined, we need this validation)

Format on Date,TimeFrom/TimeTo and Duration can be defined from your side (maybe hardcoded, but it doesn't matter).

I will appreciate to implement this feature.

PS: Yes, we don't need both columns TimeTo and Duration, just one of them, then second validation is not necessary.

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

No branches or pull requests

1 participant