digicust_types 1.7.352 → 1.7.354
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -55,6 +55,8 @@ export interface CaseFileMapping {
|
|
|
55
55
|
fileNameMapping?: string;
|
|
56
56
|
/** mapping in JSONATA format (https://www.npmjs.com/package/jsonata) */
|
|
57
57
|
mapping?: string;
|
|
58
|
+
/** Remove tags that are "", null or undefined from output. Defaults to false */
|
|
59
|
+
removeEmptyTags?: boolean;
|
|
58
60
|
/** Delimiter for CSV mapping */
|
|
59
61
|
csvSeparator?: string;
|
|
60
62
|
/** Include headers in CSV */
|