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

Copy Result Data not super friendly when dealing with date / datetime #54

Open
hernamesbarbara opened this issue Jun 27, 2016 · 1 comment

Comments

@hernamesbarbara
Copy link

hernamesbarbara commented Jun 27, 2016

1 Run a query that includes at least 1 date or time column.

e.g.

SELECT now() AS time_now , current_date AS todays_date;

2 copy data to clipboard in the UI

image

3 paste the data into excel

expect => pasted data should look reasonable.

actual => pasted data goes into excel wonky

image

Oh also - pasting Wagon data into Sheets totally works, so way to go Google.

Sad that Excel--the more established spreadsheet app--can't deal with dynamic data type discovery like Sheets.

@hernamesbarbara
Copy link
Author

there might not be anything wagon can do to solve this UX issue but perhaps there's some export date format that both Sheets and Excel (and ideally Open Office) all know how to ingest and display properly...just figured i'd ask

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