Revision 43314

View differences:

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
94 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>
95 95
        </field>
96 96
        <field name="pointColumnName" type="string" mandatory="false" defaultValue="geom" group="Advanced">
97
          <description>Name of the column of the Point geometry.</description>
97
          <description>Name to set to the column of the Point geometry.</description>
98 98
        </field>
99
        <field name="geometry_column" type="string" mandatory="false" defaultValue="" group="Advanced">
100
          <description>Name of the geometry column (the geometry must be in WKT format).</description>
101
        </field>        
99 102
        <field name="ignoreErrors" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
100 103
          <description>Set to true to ignore errors during load of data.</description>
101 104
        </field>

Also available in: Unified diff