<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - LibreOffice Calc FILEOPEN Import csv 'Format quoted field as text' does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144842#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - LibreOffice Calc FILEOPEN Import csv 'Format quoted field as text' does not work"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144842">bug 144842</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>That data doesn't look space-separated but fixed-width.
But even if it was space-separated it would not fulfil the criteria for quoted
fields because for that the *entire* field content has to be "enquoted like
this", which
logdesc="SSL VPN tunnel up"
or any other of that data is not.

Import as fixed-width, placing a column separator between column 40/41 and if
after import you want to get rid of the extra spaces in column A then use a
formula in C1 =TRIM(A1) and fill that down until end of data. You may then copy
those results into clipboard and Paste-Special it onto the data in column A,
only Strings but not Formulas.

Not a bug.</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>