Package org.apache.sis.internal.storage.csv


package org.apache.sis.internal.storage.csv
DataStore implementation for Coma Separated Values (CSV) files. This package implements the following specifications (more may be added in any future version): Example of moving features CSV file (adapted from OGC specification):

Departures from OGC specification

Current implementation is not strictly compliant with the Moving Features specification. Departures are:
  • Character encoding is not necessarily UTF-8 since a different encoding can be specified with OptionKey.ENCODING in the StorageConnector. If not specified, Apache SIS uses the Java platform default encoding (which is often UTF-8).
  • The Apache SIS implementation does not replace the XML entities by the referenced characters. XML entities, if present, are included verbatim in the parsed text.
  • The Apache SIS implementation does not replace the \\s, \\t, and \\b escape sequences by space, tab, and comma. Those escape sequences are included verbatim in the parsed text.
Since:
0.7
Version:
1.3