Package com.walkfares.odsl.service
Class CSVService
java.lang.Object
com.walkfares.odsl.service.CSVService
- All Implemented Interfaces:
OpenDSLService
public class CSVService extends Object implements OpenDSLService
-
Field Summary
Fields inherited from interface com.walkfares.odsl.service.OpenDSLService
ACCESSKEY, BASE64_REQUEST_BODY, COLUMN_COUNT, DATA_POS, HEADER_POS, OUTPUT, REQUEST_BODY, ROW_COUNT, SECRETKEY, SELECTOR, SEPARATOR, TABLE, XSLT
-
Constructor Summary
Constructors Constructor Description CSVService()
-
Method Summary
Modifier and Type Method Description Var
get(ServiceGetRequest request)
Default : first row are headers columns separated by commas return as a List of Row objectsString
getName()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.service.OpenDSLService
delete, get, getIDSource, getList, getListSource, initialise, isLocalOnly, rename, run, save, tag
-
Constructor Details
-
CSVService
public CSVService()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceOpenDSLService
-
get
Default : first row are headers columns separated by commas return as a List of Row objects- Specified by:
get
in interfaceOpenDSLService
-