-
Notifications
You must be signed in to change notification settings - Fork 81
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
Web UI CSV Upload followup #1041
Comments
DateTime is handled via #1565, as are other java primitives. |
The JS InputTable.addRow method now shares an implementation with the CSV upload mechanism (using flight DoPut, exposed as IdeConnection.newTable), and both can parse from a variety of formats. DateTime objects are supported now by this as well. In order to support this, the JS Table now handles attributes sent from the server. More changes are expected here, from #1484 etc. This patch also fixes a bug where the server wouldn't correctly respond to an InputTableService call. Fixes #1451 Fixes #1271 Partial #1041
UI upload of CSV file with DateTime values such as : yes the File does not load. File was created with write_csv and the column values of the table are type DateTime. File loads fine with read_csv |
BigInteger/BigDecimal solved by #1627 |
BigInteger/decimal are not yet solved, we can read but not yet write them. |
Consider when working on #188 |
The text was updated successfully, but these errors were encountered: