Opened 13 years ago
Closed 13 years ago
#226 closed bug (fixed)
Data loader mis-recognizes ASCII reduced data as xml
Reported by: | ajj | Owned by: | ajj |
---|---|---|---|
Priority: | minor | Milestone: | Analysis 4.1 Release |
Component: | Analysis | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
The isXML function is simply checking for the string "xml" in the first line of the file.
If the data was reduced from an XML raw data file (e.g. HFIR) then the first line will have that name in and will cause the isXML function to claim that the file is XML.
Change History (1)
comment:1 Changed 13 years ago by ajj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fix in r548.