codice / ddf

DDF Distributed Data Framework - an open source, modular integration framework.
http://ddf.codice.org
Other
132 stars 181 forks source link

[2.26.x] Updated the CsvTransformer to remove attributes that have empty or nu… #6738

Closed kcwire closed 1 year ago

kcwire commented 1 year ago

…ll values

What does this PR do?

Updates the CsvTransformer (which is used by the CsvMetacardTransformer and CsvQueryResponseTransformer to export results) to exclude empty or null values from the resulting csv file. It also updates the sorting order to be deterministic (alphabetical) when no columnOrder is provided.

How should this be tested?

Ingest some records. View the results in the table view to see there are multiple empty valued attributes, export the results as CSV to see those empty values are excluded from the csv file. Easiest way to to export CSV would be: https://localhost:8993/services/catalog/query?q=*&format=csv

Checklist:

alexabird commented 1 year ago

build now

cxddfbot commented 1 year ago

Internal build has been started, your results will be available at build completion.

cxddfbot commented 1 year ago

Build FAILURE See the job results in legacy Jenkins UI or in Blue Ocean UI.

kcwire commented 1 year ago

build now

cxddfbot commented 1 year ago

Internal build has been started, your results will be available at build completion.

cxddfbot commented 1 year ago

Build SUCCESS See the job results in legacy Jenkins UI or in Blue Ocean UI.

kcwire commented 1 year ago

build now

cxddfbot commented 1 year ago

Internal build has been started, your results will be available at build completion.

cxddfbot commented 1 year ago

Build FAILURE See the job results in legacy Jenkins UI or in Blue Ocean UI.

kcwire commented 1 year ago

build now

cxddfbot commented 1 year ago

Internal build has been started, your results will be available at build completion.

cxddfbot commented 1 year ago

Build SUCCESS See the job results in legacy Jenkins UI or in Blue Ocean UI.

alexabird commented 1 year ago

✅ Hero successful