If you are executing this command from a shell (e.g. bash), you must
escape or enclose in single quotes the pipe character.
Try:
v.db.update map=mymap column=xkey value='|'
Māris.
pirmd., 2023. g. 4. dec., plkst. 10:51 — lietotājs gisfisch--- via
grass-user (<grass-user@lists.osgeo.org>) rakstīja:
Hello list,
I have to insert a pipe character in a text field. I use:
v.db.update map=mymap column=xkey value=|
but that will result in ^| instead of just the pipe |
How do I get rid of that little hook? Using a backslash to escape did not help.