Batch PURL Processing

Upload Batch File

Upload a JSON or CSV file containing PURL objects to create, update, or tombstone them in batch.

Loading...
0%
Preparing... 0 / 0
Batch Processing Results
Errors: 0 Total: 0
Note: The file contains more than 1000 PURLs. Detailed results are hidden for performance, but the full report is available via the CSV download above.
Path Operation Result/Message PURL ID Target

File Format Reference

JSON Format

[
  {
	"purlPath": "/FLVC/example1",
	"type": "301",
	"target": "https://www.example.org/1",
	"institutionCode": "FLVC"
  },
  {
	"purlPath": "/FLVC/example2",
	"type": "302",
	"target": "https://www.example.org/2",
	"institutionCode": "FLVC"
  }
]
							

CSV Format

PurlPath,Type,Target,InstitutionCode
/FLVC/example1,301,https://www.example.org/1,FLVC
/FLVC/example2,302,https://www.example.org/2,FLVC
							

Note: For Tombstone operation, only PurlPath is required.