nystudio107 / retour

DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
Other
168 stars 24 forks source link

Csv import seems to skip the first one #121

Closed bob-pixeldeluxe closed 5 months ago

bob-pixeldeluxe commented 5 months ago

Describe the bug

A clear and concise description of what the bug is.

To reproduce

Steps to reproduce the behaviour:

  1. Go to make an csv file to import 301 redirect.
  2. Import the file this shows the following Screenshot 2024-04-02 at 15 26 20
  3. Now after the import if I search all seems te be added except for the first one "test in the screenshot above". Screenshot 2024-04-02 at 15 27 04
  4. If i put something else as the first one this one is skipped as well.

Expected behaviour

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Versions

khalwat commented 5 months ago

The first entry in the CSV should be the columns, which have the names of the columns in there. So it's not skipping it, it's using that first row as the column titles.