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

String Formatted Date Fields to Date Field #259

Open
cosbyr opened this issue Nov 27, 2017 · 2 comments
Open

String Formatted Date Fields to Date Field #259

cosbyr opened this issue Nov 27, 2017 · 2 comments

Comments

@cosbyr
Copy link
Contributor

cosbyr commented Nov 27, 2017

Expose option in field mapping UI area to allow user to specify the input date string format (ie yyyy/mm/dd, or mm-dd-yy, etc) and handle translation to a date field on the target dataset

@pLeBlanc93
Copy link

Two approaches:

Neither is very straightforward from a UI perspective since both can support data conversion from a variety of datatypes.

@cosbyr
Copy link
Contributor Author

cosbyr commented Nov 27, 2017

@pLeBlanc93 Noted. I think we would have to create some Custom UI that would use either core python or or the Convert Time GP tool as the underlying conversion technology. I lean towards core python because the Convert Time GP tool creates extra fields in the process. Would be nice to not have to worry about cleaning those up.

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

2 participants