Skip to content

skybrud/Skybrud.Umbraco.Redirects.Import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud Redirects Import

GitHub license NuGet NuGet Umbraco Marketplace

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

or the older NuGet Package Manager:

Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.3



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.