You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/context_help/QgsDelimitedTextSourceSelect-en_US
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -270,6 +270,8 @@ The following options can be added
270
270
<li><tt>xField=fieldname</tt> specifies the name or number (starting at 1) of the field the X coordinate (only applies if wktField is not defined)</li>
271
271
<li><tt>yField=fieldname</tt> specifies the name or number (starting at 1) of the field the Y coordinate (only applies if wktField is not defined)</li>
272
272
<li><tt>geomType=(auto|point|line|polygon|none)</tt> specifies type of geometry for wkt fields, or none to load the file as an attribute-only table. The default is auto.</li>
273
+
<li><tt>subset=expression</tt> specifies an expression used to identify a subset of the records that will be
274
+
used.</li>
273
275
<li><tt>crs=...</tt> specifies the coordinate system to use for the vector layer, in a format accepted by QgsCoordinateReferenceSystem.createFromString (for example "EPSG:4167"). If this is not
274
276
specified then a dialog box may request this information from the user
275
277
when the layer is loaded (depending on QGIS CRS settings).</li>
0 commit comments