RE: support-list Digest, Vol 37, Issue 2

Praveen Kumar Bansal <[email protected]> Wed, 4 Sep 2024 02:45:54 +0000
Newsgroups gmane.comp.mozilla.devel.webtools
Message-ID <PN0PR01MB86052242B29310AA8F6C08E0EE9C2@PN0PR01MB8605.INDPRD01.PROD.OUTLOOK.COM>
Thanks. Will try this later as looks cumbersome. For now for small projects migration I'm engaging my team to create tickets manually in Bugzilla.

Thanks and Regards,
Praveen Bansal

-----Original Message-----
From: support-list <[email protected]> On Behalf Of [email protected]
Sent: Tuesday, September 3, 2024 5:30 PM
To: [email protected]
Subject: support-list Digest, Vol 37, Issue 2

Send support-list mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.bugzilla.org/listinfo/support-list
or, via email, send a message with subject or body 'help' to
	[email protected]

You can reach the person managing the list at
	[email protected]

When replying, please edit your Subject line so it is more specific than "Re: Contents of support-list digest..."


Today's Topics:

   1. Re: Not able to import xml file (Dave Miller)


----------------------------------------------------------------------

Message: 1
Date: Mon, 02 Sep 2024 14:39:07 -0400
From: Dave Miller <[email protected]>
To: [email protected]
Subject: Re: Not able to import xml file
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"

Just saving as XML won't work as you need to have the fields in a specific format within the XML file. The uninitialized variables when running the script are indicating fields that it couldn't find in the file you fed it. 

Probably the easiest way to do this is to export an existing bug from Bugzilla in XML (there should be a link at the bottom of the show_bug page for that) and then edit that file to replace the fields with the values you want to import, then feed *that* to the import script.

If you'll be doing this for a lot of bugs, you'll definitely be best off writing a script to create XML files based on what you discover above out of the data you have.

On September 2, 2024 4:26:00 AM EDT, Praveen Kumar Bansal <[email protected]> wrote:
>Hi Team,
>
>Is there any way I can import csv file directly in Bugzilla. I anyway created .xml file by creating csv and then converting to xml using option XML Spreadsheet 2003 as you see in screenshot below. I have updated column names and also did data massing in csv before conversion.  Please check my issue below screenshot.
>
>[cid:[email protected]]
>
>Getting below issues. Is it mandatory that I use option from above screenshot as csv to xml using XML Data. Was avoiding this route as tricking asking more details around mapping etc.
>
>[cid:[email protected]]
>
>Thanks and Regards,
>Praveen Bansal
>

--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bugzilla.org/pipermail/support-list/attachments/20240902/4d733bc6/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
support-list mailing list
[email protected]
https://lists.bugzilla.org/listinfo/support-list


------------------------------

End of support-list Digest, Vol 37, Issue 2
*******************************************