Last modified: 2013-12-03 13:25:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T59330, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57330 - Allow value separator in CSV result format
Allow value separator in CSV result format
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
unspecified
All All
: Unprioritized enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-20 23:35 UTC by Jaider Andrade Ferreira
Modified: 2013-12-03 13:25 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jaider Andrade Ferreira 2013-11-20 23:35:06 UTC
This is an enhancement request for the CSV format.

It would be nice if we could specify a separator between values of the same property.
Currently the CSV format only has the "sep" parameter to separate "fields" (values of different properties), but not values of the same property.
http://semantic-mediawiki.org/wiki/Help:CSV_format

Current behavior (only comma as a separator):
Parameter:
|sep=~

Result:
"Property1"~"Propert2"~"Property3"~...
"P1value1,P1value2"~"P2value1"~"P3value1,P3value2"

Wanted behavior (other possible separators):
Parameter:
|sep=~
|valuesep=||

Result:
"Property1"~"Propert2"~"Property3"~...
"P1value1||P1value2"~"P2value1"~"P3value1||P3value2"

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links