summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2019-05-07 10:41:55 +0000
committeremartin <ephraim.martin@est.tech>2019-05-07 10:41:55 +0000
commit91c6030d8b892c5773085692d7e9abf51e087e1a (patch)
tree68d135b70bf38f16aaaf7a3b58c01be21afce4ff /src/main/resources
parentd5f3810292e6c85d123de7aa28fa0c860a21c183 (diff)
Fix invocationId usage, trim whitespaces from VES
*Set InvocationId from existing component *Remove extra whitespaces from output VES Change-Id: Ib3221ddc0dcf917828bfccfd05bd66de6cb0dac5 Issue-ID: DCAEGEN2-1460 Signed-off-by: emartin <ephraim.martin@est.tech>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/mapping.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/mapping.ftl b/src/main/resources/mapping.ftl
index 6743a5a..ca6fce8 100644
--- a/src/main/resources/mapping.ftl
+++ b/src/main/resources/mapping.ftl
@@ -18,6 +18,7 @@
SPDX-License-Identifier: Apache-2.0
============LICENSE_END=========================================================
-->
+<#compress>
<#assign fileHeader = xml.measCollecFile.fileHeader>
<#assign fileFooter = xml.measCollecFile.fileFooter>
<#assign measData = xml.measCollecFile.measData>
@@ -129,3 +130,4 @@
"measDataCollection": <@measDataCollection/>
}
</#macro>
+</#compress> \ No newline at end of file