16 lines
916 B
Plaintext
16 lines
916 B
Plaintext
Export a copy of qq.shp to CSV geographic format
|
|
|
|
Comma seperated value, CSV , format is a type of delimited text format where fields are seperated by
|
|
commas and records are seperated by line returns. Generally, if a field value contains commas,
|
|
double quotes or certain other special characters then the value is surrounded by double quotes.
|
|
Then if the value contains double quotes, each double quote is converted to a pair of consecutive double quotes".
|
|
This delimited text format is sometimes called Microsoft Excel csv format.
|
|
|
|
1.Right click on qq in the projects TOC and select Save As...
|
|
2.In Save Vector Layer As dialog enter the following for the fields:
|
|
- Format: Comma Separated Value
|
|
- Save As: path and the file name, qq2.csv
|
|
- Layer: GEOMETRY=AS_WKT
|
|
(use default values for other fields)
|
|
3. Open the file you just created using Add Vector Layer button.
|