Revision 42775 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
48 48
            <value label="Us">en-US</value>
49 49
          </availableValues>          
50 50
        </field>
51
        <field name="firstLineHeader" type="boolean" mandatory="false" defaultValue="true" group="Basic">
52
          <description>Set to true to use the first line of file as the header.</description>
53
        </field>
51 54
        <field name="recordSeparator" type="string" mandatory="false" defaultValue="" group="Advanced">
52 55
          <description>Sets the record separator of the format to the specified character.</description>
53 56
        </field>
......
90 93
        <field name="point" type="string" mandatory="false" defaultValue="" group="Advanced">
91 94
          <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>
92 95
        </field>
96
        <field name="pointColumnName" type="string" mandatory="false" defaultValue="geom" group="Advanced">
97
          <description>Name of the column of the Point geometry.</description>
98
        </field>
93 99
        <field name="ignoreErrors" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
94 100
          <description>Set to true to ignore errors during load of data.</description>
95 101
        </field>
102
        <field name="limit" type="integer" mandatory="false" defaultValue="-1" group="Advanced">
103
          <description>Limit the number of record to load of CSV file.</description>
104
        </field>
96 105
      </fields>
97 106
    </class>
98 107
  </classes>

Also available in: Unified diff