<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - pasting data from a CSV file didn't work properly: only a single row"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108845#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - pasting data from a CSV file didn't work properly: only a single row"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108845">bug 108845</a>
              from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
        <pre>@jsc67 : thanks for the information.

However, your CSV file doesn't appear to be in a format that can be recognized
correctly by Base.

The first line contains multiple occurrences of ,, (double comma). Base is
incapable of interpreting this.

It takes the first line as the column names, wherein each field name is
separated by a single comma. If you include two commas, Base can not index that
data stream against the field definitions in your ODB file.

The same goes for your values. You need to separate your data back out into 3
different CSV files again, and then try importing them separately; or else tidy
up your single CSV file so that all of the data can be imported correctly.</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>