View Issue Details

IDProjectCategoryView StatusLast Update
0000713fileGeneralpublic2026-02-09 15:33
Reportergeorges Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version5.46 
Summary0000713: small csv files are classified as ascii text
DescriptionFile 5.44, 5.45, and 5.46 all classify a small csv file differently. Though 5.46 doesn't classify it as a csv at all even though it is.

# File 5.44
$ file example.csv example.dos.csv
example.csv: CSV text
example.dos.csv: CSV text

# File 5.45
$ file example.csv example.dos.csv
example.csv: CSV ASCII text
example.dos.csv: CSV ASCII text

# File 5.46
$ file example.csv example.dos.csv
example.csv: ASCII text
example.dos.csv: ASCII text, with CRLF line terminators

TagsNo tags attached.

Activities

georges

2026-02-09 13:51

reporter  

example.dos.csv (35 bytes)   
time,data
8:00,Open
16:30,Close
example.dos.csv (35 bytes)   
example.csv (32 bytes)   
time,data
8:00,Open
16:30,Close
example.csv (32 bytes)   

georges

2026-02-09 15:33

reporter   ~0004342

I bisected down to this commit: https://bugs.astron.com/view.php?id=511 as the cause.

Issue History

Date Modified Username Field Change
2026-02-09 13:51 georges New Issue
2026-02-09 13:51 georges File Added: example.dos.csv
2026-02-09 13:51 georges File Added: example.csv
2026-02-09 15:33 georges Note Added: 0004342