But it does not work. When I try to place there ‘xx’ instead of the pipe, it works.
Does the pipe have special meaning in Python or GRASS and therefore is not available as normal character? Is there a workaround (because the pipe must be there to meet my data transfer requirements)
Btw, make sure to use the right single quotation marks around v.db.update. In your example, you are using pretty print quotation marks around v.db.update, so perhaps that is the culprit?
But it does not work. When I try to place there ‘xx’ instead of the pipe, it works.
Does the pipe have special meaning in Python or GRASS and therefore is not available as normal character? Is there a workaround (because the pipe must be there to meet my data transfer requirements)
Btw, make sure to use the right single quotation marks around v.db.update. In your example, you are using pretty print quotation marks around v.db.update, so perhaps that is the culprit?
But it does not work. When I try to place there ‘xx’ instead of the pipe, it works.
Does the pipe have special meaning in Python or GRASS and therefore is not available as normal character? Is there a workaround (because the pipe must be there to meet my data transfer requirements)