Gaffer icon indicating copy to clipboard operation
Gaffer copied to clipboard

Gh 2723 refactor to open cypher csv

Open p3430233 opened this issue 2 years ago • 1 comments

Refactored the csv export functionality. A user can now pass a csv format which is then used to build its respective generator. This makes use of the existing ToCsv operation and handler rather than building a new op and handler for each format

p3430233 avatar Sep 15 '22 09:09 p3430233

Codecov Report

:exclamation: No coverage uploaded for pull request base (v2-alpha@2c1ac34). Click here to learn what that means. The diff coverage is n/a.

@@             Coverage Diff             @@
##             v2-alpha    #2751   +/-   ##
===========================================
  Coverage            ?   65.74%           
  Complexity          ?     2462           
===========================================
  Files               ?      869           
  Lines               ?    27399           
  Branches            ?     3138           
===========================================
  Hits                ?    18013           
  Misses              ?     8032           
  Partials            ?     1354           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Sep 15 '22 10:09 codecov-commenter

The file rest-api/core-rest/src/test/java/uk/gov/gchq/gaffer/rest/service/v2/OperationServiceV2IT.java is showing as only copyright changed. I think this can be undone as well, such that the file is not mentioned in the changes at all, it should never have been there.

GCHQDeveloper314 avatar Oct 13 '22 12:10 GCHQDeveloper314