-
Notifications
You must be signed in to change notification settings - Fork 323
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
Table Editor Widget - Pasting tabular data should paste as Table.input #11350
Comments
Refinement notes:
|
After recent changes, it should be Table.input. |
Ilya Bogdanov reports a new STANDUP for the provided date (2024-11-22): Progress: Starting working on table pasting. Investigated and fixed a bug that prevented copying from aggrid on Mac. It should be finished by 2024-11-26. |
Ilya Bogdanov reports a new STANDUP for yesterday (2024-11-25): Progress: Implementing csv parsing for copying and pasting tabular data. It should be finished by 2024-11-26. |
Ilya Bogdanov reports a new STANDUP for yesterday (2024-11-26): Progress: Polishing the code and preparing the PR, noticed issues in “copy with headers” action. Discussed how to solve it on the daily. Also working on improving integration tests for table visualization. It should be finished by 2024-11-27. |
Ilya Bogdanov reports a new STANDUP for yesterday (2024-11-27): Progress: Implementing fixes for spotted issues and adding tests. It should be finished by 2024-11-28. |
Ilya Bogdanov reports a new STANDUP for yesterday (2024-11-28): Progress: Opening a PR. It should be finished by 2024-11-28. |
Closes #11350 - Copy/pasting tabular data now creates `Table.input` nodes. - Column names are always copied when you work inside Enso (excluding cases when you paste some cells into an existing table) - When working with external apps, column names are copied only if `Copy with headers` is selected. https://github.com/user-attachments/assets/a1233483-ee4a-47e4-84a1-64dd0b1505ef Roundtrip with Google Spreadsheets (shows non-trivial TSV data that includes quotes and newlines): https://github.com/user-attachments/assets/4ac662a2-809f-423a-9e47-628f46f92835
Closes #11350 - Copy/pasting tabular data now creates `Table.input` nodes. - Column names are always copied when you work inside Enso (excluding cases when you paste some cells into an existing table) - When working with external apps, column names are copied only if `Copy with headers` is selected. https://github.com/user-attachments/assets/a1233483-ee4a-47e4-84a1-64dd0b1505ef Roundtrip with Google Spreadsheets (shows non-trivial TSV data that includes quotes and newlines): https://github.com/user-attachments/assets/4ac662a2-809f-423a-9e47-628f46f92835 (cherry picked from commit 4d2e44c)
When we paste tabular data (e.g. from table viz) we should paste as a Table.input not .to Table
The text was updated successfully, but these errors were encountered: