Wireshark-bugs: [Wireshark-bugs] [Bug 1173] New: Incorrect Export format for CSV

Date: Sat, 21 Oct 2006 05:56:20 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1173

           Summary: Incorrect Export format for CSV
           Product: Wireshark
           Version: 0.99.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: rograham@xxxxxxxxxxxxxx


Build Information:
Version 0.99.3 (SVN Rev 19011)

Copyright 1998-2006 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.6.9, with GLib 2.6.6, with WinPcap (version unknown),
with libz 1.2.3, with libpcre 6.4, with Net-SNMP 5.3.1, with ADNS, with Lua
5.1.

Running with WinPcap version 3.1 (packet.dll version 3, 1, 0, 27), based on
libpcap version 0.9[.x] on Windows XP Service Pack 2, build 2600.

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
When performing File --> Export --> as CSV, the target file is created with an
inappropriate CSV format.

There is a disruptive blank being inserted between the comma at the end of each
field and the leading double quote for the next field.

In order to convert the incorrectly generated CSV into a correct CSV, it is
currently necessary to do a replace all of every (comma)(space)(doublequote)
with simply (comma)(doublequote).


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.