View Issue Details

IDProjectCategoryView StatusLast Update
0000463fileGeneralpublic2023-07-17 16:08
Reporteroleg.andreyev Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.41 
Fixed in Version5.45 
Summary0000463: CSV is detected as ASCII text
DescriptionCSV file is sometimes is detected as ASCII, while it's actually a CSV file.
Steps To ReproduceDownload attached two files:

```
❯ file test.csv
test.csv: ASCII text
```

```
❯ file test2.csv
test2.csv: CSV text
```
TagsNo tags attached.

Activities

oleg.andreyev

2023-06-26 22:00

reporter  

test2.csv (17 bytes)   
qty,name
1,1
1,1
test2.csv (17 bytes)   
test.csv (13 bytes)   
qty,name
1,1
test.csv (13 bytes)   

christos

2023-07-17 16:08

manager   ~0003960

Fixed, thanks

Issue History

Date Modified Username Field Change
2023-06-26 22:00 oleg.andreyev New Issue
2023-06-26 22:00 oleg.andreyev File Added: test2.csv
2023-06-26 22:00 oleg.andreyev File Added: test.csv
2023-07-17 16:08 christos Assigned To => christos
2023-07-17 16:08 christos Status new => assigned
2023-07-17 16:08 christos Status assigned => resolved
2023-07-17 16:08 christos Resolution open => fixed
2023-07-17 16:08 christos Fixed in Version => 5.45
2023-07-17 16:08 christos Note Added: 0003960