Revision 41062 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.csv/src/main/resources/org/gvsig/fmap/dal/store/csv/CSVParameters.xml

View differences:

CSVParameters.xml
27 27
            <value label="Quotes fields which contain special characters">NormalQuoteMode</value>
28 28
          </availableValues>          
29 29
        </field>
30
         <field name="recordSeparator" type="string" mandatory="false" defaultValue="" group="Advanced">
30
        <field name="recordSeparator" type="string" mandatory="false" defaultValue="" group="Advanced">
31 31
          <description>Sets the record separator of the format to the specified character.</description>
32 32
        </field>
33
         <field name="delimiter" type="string" mandatory="false" defaultValue="" group="Advanced">
33
        <field name="delimiter" type="string" mandatory="false" defaultValue="" group="Advanced">
34 34
          <description>Sets the field delimiter of the format to the specified character.</description>
35 35
        </field>
36
         <field name="quoteCharacter" type="string" mandatory="false" defaultValue="" group="Advanced">
36
        <field name="quoteCharacter" type="string" mandatory="false" defaultValue="" group="Advanced">
37 37
          <description>Sets the quoteChar of the format to the specified character.</description>
38 38
        </field>
39
         <field name="commentStartMarker" type="string" mandatory="false" defaultValue="" group="Advanced">
39
        <field name="commentStartMarker" type="string" mandatory="false" defaultValue="" group="Advanced">
40 40
          <description>Sets the comment start marker of the format to the specified character.</description>
41 41
        </field>
42
         <field name="escapeCharacter" type="string" mandatory="false" defaultValue="" group="Advanced">
42
        <field name="automaticTypesDetection" type="boolean" mandatory="false" defaultValue="true" group="Advanced">
43
          <description>This flag activate the autodetection of types in the CSV. Can be slow.</description>
44
        </field>
45
        <field name="escapeCharacter" type="string" mandatory="false" defaultValue="" group="Advanced">
43 46
          <description>Sets the escape character of the format to the specified character</description>
44 47
        </field>
45 48
         <field name="header" type="string" mandatory="false" defaultValue="" group="Advanced">
46 49
          <description>The header or empty if parsed automatically</description>
47 50
        </field>
48
         <field name="surroundingSpacesNeedQuotes" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
51
        <field name="surroundingSpacesNeedQuotes" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
49 52
          <description>the surroundingSpacesNeedQuotes flag.</description>
50 53
        </field>
51
         <field name="CRS" type="crs" mandatory="false" group="Advanced">
54
        <field name="CRS" type="crs" mandatory="false" group="Advanced">
52 55
          <description>The coordinate reference system used in this CSV file if contains geometries</description>
53 56
        </field>
54
         <field name="fieldtypes" type="string" mandatory="false" defaultValue="" group="Advanced">
57
        <field name="fieldtypes" type="string" mandatory="false" defaultValue="" group="Advanced">
55 58
          <description>Comma separated list of field types. If empty strings are assumed (Eg: integer,string,double,boolean,float,geometry).</description>
56 59
        </field>
57 60
        <field name="charset" type="string" mandatory="false" defaultValue="UTF-8" group="Advanced">
......
60 63
        <field name="point" type="string" mandatory="false" defaultValue="" group="Advanced">
61 64
          <description>This field allow to add a Geometry column to the table. It is a list of field names separated by commas used as dimensions for the attribute GEOM of type point to add to the table.</description>
62 65
        </field>
63
         <field name="ignoreErrors" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
66
        <field name="ignoreErrors" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
64 67
          <description>Set to true to ignore errors during load of data.</description>
65 68
        </field>
66 69
      </fields>

Also available in: Unified diff