If you surround the text in doublequotes ( " ) you can write commas inside.
In csv the escape character is also a doublequote so if you wanted to write doublequotes inside you would escape it by just using double doublequotes
Would yield the title: "primer sa navodnicima", za"r"ez
If you surround the text in doublequotes ( " ) you can write commas inside.
In csv the escape character is also a doublequote so if you wanted to write doublequotes inside you would escape it by just using double doublequotes
Example:
`31-10-2023, 19:00, "DC Krov https://www.openstreetmap.org/node/10594728522", " ""primer sa navodnicima"", za""r""ez "`
Would yield the title: `"primer sa navodnicima", za"r"ez`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
If you surround the text in doublequotes ( " ) you can write commas inside.
In csv the escape character is also a doublequote so if you wanted to write doublequotes inside you would escape it by just using double doublequotes
Example:
31-10-2023, 19:00, "DC Krov https://www.openstreetmap.org/node/10594728522", " ""primer sa navodnicima"", za""r""ez "Would yield the title:
"primer sa navodnicima", za"r"ez