https://bugzilla.wikimedia.org/show_bug.cgi?id=57330

       Web browser: ---
            Bug ID: 57330
           Summary: Allow value separator in CSV result format
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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"

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to