https://bz.apache.org/ooo/show_bug.cgi?id=61891

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |NOT_AN_ISSUE
                 CC|                            |[email protected]

--- Comment #3 from [email protected] ---
(In reply to bhavbhuti from comment #2)
> I tried your suggestion but there is a serious problem as far as my ltd.
> knowledge goes:
> 
> This is the txt file
> 
> Comany, Address, City
> "Comp Name", "Address Lane, Address Apt", "CityName"
> 
> The mergering for address shows "Address Lane" and city shows "Address Apt"

In CSV files, you cannot have spaces between commas that separate fields and
quotes that begin quoted fields. What you are observing is valid behaviour. You
table should look like this:

Comany,Address,City
"Comp Name","Address Lane, Address Apt","CityName"


Resolving not an issue.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.

Reply via email to