france
12-06-2007, 12:10 PM
Hi everybody,
First of all sorry for asking a beginners question here. I have tried sincerely and could not figure it out so came here to find where I am getting it wrong.
I have a data in excel sheet whcih I have converted into a *.arff file format.
But while trying to load that arff file in explorer i have an error message as follwos,
"File Myfile.arff not recognised as an arff file,
Reason:
No valid attribute type or invalid enumeration, read Token[to], line 5"
Here is the texual content of my arff file pasted below.
@relation Myfile
@attribute T{Bug, Improvement}
@attribute Title string
@attribute Assigned to {Project, ‘BOCKMANN M.’, ‘BURHENN J’}
@attribute Reported by {Tester, ‘WISE J.’}
@attribute Sv {Fatal, Critical, Major, Minor, Trivial}
@attribute Pr {Undefined, Low, Medium, High}
@attribute St {Assigned, Resolved}
@attribute Resolution {Unresolved, Fixed, Won’t be fixed, Cannot reproduce, Not
a bug}
@attribute Created on date
@attribute Updated on date
@data
Bug;;Recovery - Rescue Disk - Partitioning - Restore Master Boot Record causes
the drive to become unbootable.;HSIA_A.;BUDD
K.;Fatal;Undefined;Assigned;Unresolved;;11/23/2006;12/01/2006
Bug;;Optimizer - SizeManager - File / Folder / Move To function not moving the
folder.;Project;BUDD
K.;Trivial;Undefined;Assigned;Unresolved;;09/04/2006;9/13/2006
Any reposnse with the solution is appreciated,
Thanks,
Raj
First of all sorry for asking a beginners question here. I have tried sincerely and could not figure it out so came here to find where I am getting it wrong.
I have a data in excel sheet whcih I have converted into a *.arff file format.
But while trying to load that arff file in explorer i have an error message as follwos,
"File Myfile.arff not recognised as an arff file,
Reason:
No valid attribute type or invalid enumeration, read Token[to], line 5"
Here is the texual content of my arff file pasted below.
@relation Myfile
@attribute T{Bug, Improvement}
@attribute Title string
@attribute Assigned to {Project, ‘BOCKMANN M.’, ‘BURHENN J’}
@attribute Reported by {Tester, ‘WISE J.’}
@attribute Sv {Fatal, Critical, Major, Minor, Trivial}
@attribute Pr {Undefined, Low, Medium, High}
@attribute St {Assigned, Resolved}
@attribute Resolution {Unresolved, Fixed, Won’t be fixed, Cannot reproduce, Not
a bug}
@attribute Created on date
@attribute Updated on date
@data
Bug;;Recovery - Rescue Disk - Partitioning - Restore Master Boot Record causes
the drive to become unbootable.;HSIA_A.;BUDD
K.;Fatal;Undefined;Assigned;Unresolved;;11/23/2006;12/01/2006
Bug;;Optimizer - SizeManager - File / Folder / Move To function not moving the
folder.;Project;BUDD
K.;Trivial;Undefined;Assigned;Unresolved;;09/04/2006;9/13/2006
Any reposnse with the solution is appreciated,
Thanks,
Raj