Import and export addon for Skybrud.Umbraco.Redirects. The package features an extensible set of importers and exporters, and by default it supports importing from and exporting to CSV, XLSX and JSON files.
License: | MIT License |
Umbraco: | Umbraco 13 |
Target Framework: | .NET 8 |
The package is only available via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.2
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.2
- For Umbraco 10, 11 and 12 see the v4/main branch
The package adds an Import option as well as an Export option to the existing Add redirect button.
Package includes default importers and exporters for CSV, JSON and XLSX.
Each import may have different options - here is the options for the CSV importer.
When uploading the CSV file, a status is shown for each redirect. If not set to override existing redirects, the importer will fail for any existing redirects.