• Resolved jupiter1955

    (@jupiter1955)


    I have imported a specific table many times using CSV for a large table. Tried an import today and all data is being compressed into one cell! See link.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Indeed, it looks like the import of this CSV data failed. Can you please provide the import source that you used for this (i.e. the import URL or the uploaded file)? You can also email that to me (there’s a button at the bottom of https://tablepress.org/pricing/).

    And just to be sure that I understand: This was working correctly before (with TablePress < 2.4.3) and this file/URL?

    Best wishes,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    as an update to everybody finding this thread:

    I’m currently investigating a bug in the import (a regression from the previous release) and will release an update as soon as I find something!

    Best wishes,
    Tobias

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I don’t recommend switching back to the previous version, as TablePress 2.4.3 is a security release.

    For a temporary workaround, you can remove the three lines (lines 157-159)

    if (preg_match(self::STARTS_WITH_BOM, $beginning)) {
    return true;
    }

    from the file

    /wp-content/plugins/tablepress/libraries/vendor/PhpOffice/PhpSpreadsheet/Reader/Html.php

    on your server (e.g. via FTP or the “Plugin Editor” in the admin dashboard).

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.