If I delete the content of a cell of a CSV I've uploaded, the following exception is raised error:org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler processHandlerMethodException. Adding new cells and updating the value to a non-empty value does not error.
The following csv was used:
a, 1
b, 2
c, 3
The following system setup was used: (According to https://github.com/dataspread/dataspread-web/wiki/Setting-up-Developer-Environment)
PostgreSQL - 9.5
Deployment on IntelliJ local Tomcat server (9.0.31)
PostgreSQL JDBC driver - 9.4.1208
If I delete the content of a cell of a CSV I've uploaded, the following exception is raised
error:org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler processHandlerMethodException. Adding new cells and updating the value to a non-empty value does not error.The following csv was used:
The following system setup was used: (According to https://github.com/dataspread/dataspread-web/wiki/Setting-up-Developer-Environment)
PostgreSQL - 9.5
Deployment on IntelliJ local Tomcat server (9.0.31)
PostgreSQL JDBC driver - 9.4.1208