Closed
Bug 276321
Opened 20 years ago
Closed 15 years ago
Import Excel list of bug reports
Categories
(Bugzilla :: Bug Import/Export & Moving, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: balaji_krishnamurthy, Unassigned)
Details
Hi ,
I am using buzilla . Problem here i have is i have a excel sheet which i
used to maintain bugs is there any way where i can upload the excel sheet bugs
to bugzilla .
Comment 1•20 years ago
|
||
Changing to Feature Request and rewording summary.
Severity: major → enhancement
Summary: hwo to upload excel sheet → Import Excel list of bug reports
Updated•20 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Comment 2•19 years ago
|
||
Maybe should you save your file in CSV format first before importing it in Bugzilla. But even in this case, I don't really see what the structure of the CSV file would/should be. ghendricks, any thoughts?
Comment 3•19 years ago
|
||
There is no method of importing information from a csv file yet and there are no plans to support it.
If you can export your spreadsheet to xml and then use xslt to transform it to conform to the bugzilla dtd you can use importxml.pl to import the records.
Another option might be to link your csv to your bugzilla database. Many spreadsheet applications allow you to import information directly back and forth between the database and the spreadsheet.
Updated•19 years ago
|
Assignee: myk → import-export
Component: Attachments & Requests → Bug Import/Export & Moving
Comment 4•17 years ago
|
||
I'm going to take this bug. I have it already written (as a perl script ready for the contrib directory). I just need to clean it up a bit and make sure there are no bugs.
Comment 5•17 years ago
|
||
Reassigning to Mick per comment 4. Be sure to write your code based on the coming Bugzilla 3.2 code (currently 3.1.2+), not the 3.0.x one.
Assignee: import-export → micklweiss
OS: Windows XP → All
Hardware: PC → All
Updated•15 years ago
|
Assignee: micklweiss → import-export
Comment 7•15 years ago
|
||
I think the right approach is to first convert the Excel file into a XML file matching bugzilla.dtd. I don't see any good approach to import Excel files.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•