Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Export files from UI #205

Merged
merged 26 commits into from
Dec 20, 2018
Merged

Export files from UI #205

merged 26 commits into from
Dec 20, 2018

Conversation

bryfox
Copy link
Contributor

@bryfox bryfox commented Dec 10, 2018

Resolves #22. Depends on #198, #201, #203.

The following export options are supported:

  • multiple file or single network export
  • directed / undirected edges
  • CSV & graphML types

Known issues:

@bryfox bryfox changed the title [WIP] Export files from UI [merge after #203] Export files from UI Dec 12, 2018
@@ -5,8 +5,16 @@ const nodeAttributesProperty = 'attributes';

const getNodeAttributes = node => node[nodeAttributesProperty] || {};

const unionOfNetworks = networks =>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what's really intended with the merged network. If interview nodes aren't disjoint (say because the same person was added from external data), then that person would be duplicated. On one hand, that might be desired: what we're importing isn't the entity, but the person with attributes from an interview (something like an ego's view of the entity?). On the other hand, based on existing NC implementation, we'd have duplicate UIDs.

@bryfox bryfox mentioned this pull request Dec 14, 2018
Copy link
Contributor

@rebeccamadsen rebeccamadsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@bryfox bryfox force-pushed the feature/graphml branch 2 times, most recently from a9875f0 to 777355a Compare December 20, 2018 17:48
@bryfox bryfox force-pushed the feature/export-ui-integration branch from d691265 to d5be821 Compare December 20, 2018 18:03
@bryfox bryfox changed the title [merge after #203] Export files from UI Export files from UI Dec 20, 2018
@bryfox bryfox changed the base branch from feature/graphml to master December 20, 2018 18:03
@bryfox bryfox merged commit d3d7267 into master Dec 20, 2018
@bryfox bryfox deleted the feature/export-ui-integration branch December 21, 2018 13:31
jthrilly pushed a commit that referenced this pull request Jul 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants