Revision 41617 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
63 63
        <field name="escapeCharacter" type="string" mandatory="false" defaultValue="" group="Advanced">
64 64
          <description>Sets the escape character of the format to the specified character</description>
65 65
        </field>
66
         <field name="header" type="string" mandatory="false" defaultValue="" group="Advanced">
66
        <field name="header" type="string" mandatory="false" defaultValue="" group="Advanced">
67 67
          <description>The header or empty if parsed automatically</description>
68 68
        </field>
69
        <field name="skipLines" label="Number of lines to skip" type="integer" mandatory="false" defaultValue="0" group="Advanced">
70
          <description>The number of lines to skip at begin of file</description>
71
        </field>
72
        <field name="fieldsDefinition" label="Fields definition" type="string" mandatory="false" defaultValue="" group="Advanced">
73
          <description>If set use this to define fields of fixed length instead of use a separator.\nThe format is a list of values separateds by spaces of the form N:M\nwhere N is the position of the first character of field, and M the last.\nCan accept N: to use form the N character to the end of line.</description>
74
        </field>
69 75
        <field name="surroundingSpacesNeedQuotes" type="boolean" mandatory="false" defaultValue="false" group="Advanced">
70 76
          <description>the surroundingSpacesNeedQuotes flag.</description>
71 77
        </field>

Also available in: Unified diff