Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question.

    That’s indeed tricky… The reason that this is not working is probably that there are more commas in one line than semicolons. Due to that, the automatic importer thinks that the comma is the delimiter of the columns.

    To change this, you could try to escape each cell in quotation marks, like

    "150,00 €";"225,00 €";"15,00 €"

    Another idea could be to add a dummy column to the end (just for the purpose of the import), like

    150,00 €;225,00 €;15,00 €;dummy

    That way, the script might recognize the semicolon as the delimiter and import the table correctly. You will then just have to delete that dummy column again in WP-Table Reloaded.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Import csv file containing decimal numbers’ is closed to new replies.