-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation for the export template work. (#1081)
* Initial commit for export templates. Added template classes for basic wiring and changed writer to use maps instead of lists to use column names as we will be unable to rely cannot rely on column order * Column order through template implmented for per file as well as per format export * Created column def classes and used them through into csv writer * Multiple column defs and fixed a bug in existing code where blank values were not written for additional headers with suffix * Header labels used from the template * Constant string data column writing functionality added to template writing * DataModifier column added and wired up in the backend * UI and CLI wired up to convert individual params into wrapper object to redue number of parameters on ExportProfiles method * Added panels to UI and made the UI selectable between columns and templates. Wired up template selection to template use for export * Added panels to UI and made the UI selectable between columns and templates. Wired up template selection to template use for export * Constant string data added to the per format export * UI updated to adjust right hand panel border * Few corrections and added a new class for combobox sorting * default selection code for combo box moved to the consumer of ComboBox * Refactored the logic for data writing into separate classes to get cleaner separation * Minor name changes * Added javadoc and removed some hardcoded, unused lines. * Added unit test for combo box and some ui changes. * Updated a few javadoc comments * Updated a few javadoc comments * missing algorithm added * New screenshot and explanation in the help pages * removed the commented leftover code * Added CLI support * More changes CLI for export template * Documentation update * Fixed NPE when underlying data was null, added few tests * documentation link mismatch fixed for CLI * blank space header was not producing error. * Few unit tests related to colon in the values. * Modified to throw clearer error messages * Modified to throw clearer error messages * clarified help for export template * Typo corrected * Changes following code review --------- Co-authored-by: Sam Palmer <[email protected]>
- Loading branch information
1 parent
0c4a139
commit 61d181b
Showing
43 changed files
with
3,724 additions
and
703 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.