-
### Summary:
CSV ("comma-separated values") can and does represent values that contain commas. It uses ASCII double quotation marks around the value to indicate that the comma is part of the value, n…
-
```
What steps will reproduce the problem?
1. open a movie in a path that contains a comma, for example "/home/user/show
series 1, 2, 3/file.avi" [in bash quoting "show series\ 1\,\ 2\,\ 3"]
2. drag …
-
```
What steps will reproduce the problem?
1. open a movie in a path that contains a comma, for example "/home/user/show
series 1, 2, 3/file.avi" [in bash quoting "show series\ 1\,\ 2\,\ 3"]
2. drag …
-
-
```
div[style*="color: rgb(189, 189, 189)"] {
color: red;
}
```
compiles into
```
div[style*="color: rgb(189,
189,
189)"] {
color: #f00;
}
```
which is obviously wrong and bre…
-
```
What steps will reproduce the problem?
1. open a movie in a path that contains a comma, for example "/home/user/show
series 1, 2, 3/file.avi" [in bash quoting "show series\ 1\,\ 2\,\ 3"]
2. drag …
-
```
What steps will reproduce the problem?
1. open a movie in a path that contains a comma, for example "/home/user/show
series 1, 2, 3/file.avi" [in bash quoting "show series\ 1\,\ 2\,\ 3"]
2. drag …
-
How do I filter a currency column, one that has commas for the thousands place?
For example, I want to filter =1000 but the cell value 1,000 will not be found during the filter.
-
I had some code like this
```js
import { a } from "pkg"
import { b } from "pkg"
```
ESLint's autofix for "import/no-duplicates" did work, but it left `a` and `b` glued together like so
```…
-
```
What steps will reproduce the problem?
1. Upload or create a database where one or more fields contains text including
a comma.
2. Export a copy of the database as a CSV file.
3. Open the resulti…