Package io.atlasmap.csv.service
Class CsvService
java.lang.Object
io.atlasmap.csv.service.CsvService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
inspect
(InputStream request, String format, String delimiter, Boolean firstRecordAsHeader, Boolean skipHeaderRecord, String headers, String commentMarker, String escape, Boolean ignoreEmptyLines, Boolean ignoreHeaderCase, Boolean ignoreSurroundingSpaces, String nullString, String quote, Boolean allowDuplicateHeaderNames, Boolean allowMissingColumnNames) simpleHelloWorld
(String from) protected byte[]
-
Constructor Details
-
CsvService
public CsvService()
-
-
Method Details
-
toJson
-
simpleHelloWorld
-
inspect
@POST @Consumes("application/json") @Produces("application/json") @Path("/inspect") public javax.ws.rs.core.Response inspect(InputStream request, @QueryParam("format") String format, @QueryParam("delimiter") String delimiter, @QueryParam("firstRecordAsHeader") Boolean firstRecordAsHeader, @QueryParam("skipRecordHeader") Boolean skipHeaderRecord, @QueryParam("headers") String headers, @QueryParam("commentMarker") String commentMarker, @QueryParam("escape") String escape, @QueryParam("ignoreEmptyLines") Boolean ignoreEmptyLines, @QueryParam("ignoreHeaderCase") Boolean ignoreHeaderCase, @QueryParam("ignoreSurroundingSpaces") Boolean ignoreSurroundingSpaces, @QueryParam("nullString") String nullString, @QueryParam("quote") String quote, @QueryParam("allowDuplicateHeaderNames") Boolean allowDuplicateHeaderNames, @QueryParam("allowMissingColumnNames") Boolean allowMissingColumnNames) throws IOException - Throws:
IOException
-