complexdatacollective / Server

A tool for storing, analyzing, and exporting Network Canvas interview data.
http://networkcanvas.com/
GNU General Public License v3.0
2 stars 2 forks source link

Fix falsy categorical ego data in export #297

Closed wwqrd closed 3 years ago

wwqrd commented 3 years ago

Categorical data for ego is all "false" regardless of the actual value for sessions I imported, when I export them from Server. But this may very well be an issue with the import mechanism, because the test sessions had some true values in the categorical data.

wwqrd commented 3 years ago

I'm not able to reproduce this

Using the development protocol:

  1. Created an example session with a few categorical options selected
  2. Exported as a file from NC
  3. Checked values: ego categorical included truthy values
  4. Imported file into Server
  5. Exported CSV and graphml from Server
  6. Checked values: ego categorical included truthy values
jthrilly commented 3 years ago

@rebeccamadsen can you verify?

rebeccamadsen commented 3 years ago

I cannot reproduce with current data, only with some graphml files that were generated on 8/4/20, so perhaps enough has changed about export/import that this is not applicable.

jthrilly commented 3 years ago

Thanks! Closing for now pending further reproduction.