<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice Calc FILEOPEN Import csv 'Format quoted field as text' does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144842">144842</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreOffice Calc FILEOPEN Import csv 'Format quoted field as text' does not work
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.1.6.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>itismike@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Importing a space-separated CSV which includes quoted text in fields results in
extra columns being created rather than merging them. e.g.:

group="SSLVPN Users" dst_host="N/A" reason="Lost the connection" duration=15
sentbyte=0 rcvdbyte=0 msg="SSL tunnel shutdown"



Steps to Reproduce:
1. Attempt to import space-separated CSV with quoted text in fields
2. Under Separator Options select Separated by: Space and Merge delimiters and
enter a double-quote (") in the String Delimiter field.
3. Under Other Options, select Format quoted field as text and click Ok

Actual Results:
Fields are separated into multiple columns:

logdesc="SSL    VPN     tunnel  up"     action="tunnel-up"
logdesc="SSL    VPN     tunnel  up"     action="tunnel-up"
logdesc="SSL    VPN     tunnel  down"   action="tunnel-down"


Expected Results:
Fields should be merged:

logdesc="SSL VPN tunnel up"     action="tunnel-up"
logdesc="SSL VPN tunnel up"     action="tunnel-up"
logdesc="SSL VPN tunnel down"   action="tunnel-down"



Reproducible: Always


User Profile Reset: No



Additional Info:
Possibly related to <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FILEOPEN "CSV" import not correctly recognizing space and text field delimiters, i.e. web log file"
   href="show_bug.cgi?id=53325">bug #53325</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>