Class CSVUtils
java.lang.Object
io.camunda.optimize.service.export.CSVUtils
-
Method Summary
Modifier and TypeMethodDescriptionmap(List<MapResultEntryDto> values, Integer limit, Integer offset) static StringmapAggregationType(AggregationDto aggregationDto) static byte[]mapCsvLinesToCsvBytes(List<String[]> csvStrings, char csvDelimiter) static <T extends IdResponseDto>
List<String[]> mapRawDecisionReportInstances(List<RawDataDecisionInstanceDto> rawData, Integer limit, Integer offset, TableColumnDto tableColumns) mapRawProcessReportInstances(List<RawDataProcessInstanceDto> rawData, Integer limit, Integer offset, TableColumnDto tableColumns, boolean includeNewVariables)
-
Method Details
-
mapCsvLinesToCsvBytes
-
mapIdList
-
mapRawProcessReportInstances
public static List<String[]> mapRawProcessReportInstances(List<RawDataProcessInstanceDto> rawData, Integer limit, Integer offset, TableColumnDto tableColumns, boolean includeNewVariables) -
mapRawDecisionReportInstances
public static List<String[]> mapRawDecisionReportInstances(List<RawDataDecisionInstanceDto> rawData, Integer limit, Integer offset, TableColumnDto tableColumns) -
map
-
mapAggregationType
-
extractAllDecisionInstanceDtoFieldKeys
-
extractAllProcessInstanceDtoFieldKeys
-
extractAllPrefixedFlowNodeKeys
-
extractAllPrefixedCountKeys
-