Package de.xima.fc.web.common.utils
Class DataSourceUtils
java.lang.Object
de.xima.fc.web.common.utils.DataSourceUtils
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetCSVParameterString(boolean firstRowIsHeader) Puts the given parameters in a JSON string and returns itstatic final booleangetFirstRowIsHeader(String jsonString) Gets the parameter that determines whether the first line of the CSV data should be interpreted as header.
-
Field Details
-
PARAM_FIRST_ROW_HEADER
- See Also:
-
-
Method Details
-
getCSVParameterString
Puts the given parameters in a JSON string and returns it -
getFirstRowIsHeader
Gets the parameter that determines whether the first line of the CSV data should be interpreted as header. (This should be updated to return an object if more parameters are supposed to be stored inside the parameter string)
-