public class DataSourceUtils extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
PARAM_FIRST_ROW_HEADER  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
getCSVParameterString(boolean firstRowIsHeader)
Puts the given parameters in a JSON string and returns it 
 | 
static boolean | 
getFirstRowIsHeader(String jsonString)
Gets the parameter that determines whether the first line of the CSV data should be interpreted as header. 
 | 
public static final String PARAM_FIRST_ROW_HEADER
public static final String getCSVParameterString(boolean firstRowIsHeader)
public static final boolean getFirstRowIsHeader(String jsonString)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.