/Skybrud.Umbraco.Redirects.Import

Import and export addon for Skybrud.Umbraco.Redirects.

Primary LanguageC#MIT LicenseMIT

Skybrud Redirects Import GitHub license NuGet NuGet Our Umbraco

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.



Installation

The Umbraco 10 version of this 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.0-alpha003

or the older NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.0-alpha003



Screenshots

image The package adds an Import option as well as an Export option to the existing Add redirect button.

image Package includes default importers and exporters for CSV, JSON and XLSX.

image Each import may have different options - here is the options for the CSV importer.

image 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.