v1.6.0+
Status: | effective |
Progress: | 100% |
Version: | 1.6.0+ |
English
Help:DSV format
From semantic-mediawiki.org
DSV format | |
---|---|
Outputs results in *NIX-style Delimiter Separated Value format. | |
Further Information | |
Provided by: | Semantic MediaWiki |
Added: | 1.6.0 |
Removed: | still supported |
Requirements: | none |
Format name: | dsv |
Enabled? Indicates whether the result format is enabled by default upon installation of the respective extension. | yes |
Authors: | Jeroen De Dauw |
Categories: | export · plaintext |
Table of Contents | |
Contents |
The result format dsv is used to produce links to DSV files. See also result format "CSV"Outputs results in Windows-style Comma Separated Value format. with is similar to this one.
Parameters[edit]
- Format specific
Parameter | Aliases | Type | Default | Description |
---|---|---|---|---|
separator | sep | text | : | The separator to use |
filename | - | text | result.dsv | The name for the DSV file |
Examples[edit]
- Syntax
{{#ask: [[Category:City]] [[Located in::Germany]] |?Population |format=dsv }}
- Result
The same query, but this time, we're using tilde («~») as the separator.
- Syntax
{{#ask: [[Category:City]] [[Located in::Germany]] |?Population |format=dsv |sep=~ }}
- Result