Skip to content

Implement CSV export #123

@SamuelHassine

Description

@SamuelHassine

Problem to Solve

The CSV export is currently handled by the frontend after a GraphQL API query. As STIX 2 bundle, this must be done asynchronously through the export worker.

Current Workaround

Use the current export (which is not perfect).

Proposed Solution

Implement a correct CSV export with:

  • columns selection
  • send the export job to the worker
  • wait for results

Additional Information

None.

Metadata

Metadata

Labels

featureuse for describing a new feature to developsolveduse to identify issue that has been solved (must be linked to the solving PR)technical improvementTechnical refactor or improvement is needed

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions