Modify ↓
Opened 14 years ago
Closed 14 years ago
#7384 closed defect
How to use space for option list_connector_string
Reported by: | anonymous | Owned by: | CuriousCurmudgeon |
---|---|---|---|
Priority: | normal | Component: | BatchModifyPlugin |
Severity: | normal | Keywords: | |
Cc: | joerg.thoennes@… | Trac Release: | 0.11 |
Description
Our keywords are seperated by space: "A B C"
Therefore, my preferred configuration for this would be:
[batchmod] fields_as_list = keywords,customers list_separator_regex = \s+ list_connector_string = ' '
But the space is stripped off. Tried also:
list_connector_string = ' ' list_connector_string = " " list_connector_string = \ list_connector_string =
But all characters used as given. At least, the last variant should work but in this case the keywords are concatenated by the empty string which breaks anything.
Suggestions
Attachments (0)
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Cc: | joerg.thoennes@… added; anonymous removed |
---|
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Status: | new → assigned |
---|
comment:5 Changed 14 years ago by
Status: | assigned → closed |
---|
Note: See
TracTickets for help on using
tickets.
I posted this ticket before the description was complete / correctly formatted. Sorry about this. Since I cannot change it now, please replace the description by this one:
Description
Our keywords are seperated by space: "A B C"
Therefore, my preferred configuration for this would be:
But the space is stripped off. Tried also:
But all characters used as given. At least, the last variant should work but in this case the keywords are concatenated by the empty string which breaks anything.
Suggestions