Re: [GRASS-user] Pipe character in text field

2023-12-04 Thread Maris Nartiss via grass-user
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 () rakstīja: > > Hello list, > > > > I

[GRASS-user] Pipe character in text field

2023-12-04 Thread gisfisch--- via grass-user
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. Mit freundlichen Grüßen, Uwe