Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author allaerd

    (@allaerd)

    Hi there,

    The import plugin does not care about the special characters. But your CSV file does.

    You can check if the CSV file is in UTF8 (most common problem)

    I tried it with:

    sku;title;content;category
    12345678;ááááá;ááááá;ááááá

    and it worked out fine.

    Thread Starter gonzaromano

    (@gonzaromano)

    Yes, you were right about the codification of the CSV file.

    Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Accents’ is closed to new replies.