cyREST icon indicating copy to clipboard operation
cyREST copied to clipboard

Add operations to cover table import from file

Open dotasek opened this issue 6 years ago • 2 comments

PUT /v1/networks/{networkId}/tables/{tableType} supports CyREST specific data, but doesn't allow loading from a file.

In particular, these formats should be supported:

  • [ ] CSV/TSV/TXT
  • [ ] Expression Matrix
  • [ ] Excel
  • [ ] Attrs

dotasek avatar Mar 15 '18 23:03 dotasek

This is related to https://github.com/cytoscape/cyREST/issues/64 in that we're trying to do a lot of work with a file, stream, or url, AND support the existing JSON formats from the RESTful endpoints.

Getting this to make sense might be a struggle.

dotasek avatar Mar 15 '18 23:03 dotasek

This, along with #64, could be taken care of by using some of the code used in the drag and drop functionality.

dotasek avatar Mar 26 '18 22:03 dotasek