Modify ↓
Opened 3 years ago
Closed 3 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 3 years ago by JThoennes
comment:2 Changed 3 years ago by JThoennes
- Cc joerg.thoennes@… added
comment:3 Changed 3 years ago by CuriousCurmudgeon
comment:4 Changed 3 years ago by CuriousCurmudgeon
- Status changed from new to assigned
comment:5 Changed 3 years ago by CuriousCurmudgeon
- Status changed from assigned to 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