Export link (url) of item

Hello. Is it possible to export the metadata together to the links of each record? What plugin are ideal for it? Thanks.

The record uri is being built by its ID, like

//domain.com/items/show/211

so in Excel or in Google Spreadsheet You can just add a formula to generate uri based on column with ID and domain name. Maybe in this way it will be faster than searching for a plugin.

1 Like

I understand that you suggest saving the identification number in some record metadata. And then in Excel fill in the url.

Ok, You can use this fork of CsvExport Plugin:

Zip file:

https://github.com/mw0000/CsvExport/archive/master.zip

I’ve added a column with item id and Item URI, based on the schema:

/items/show/Item ID

Hope this works.

This topic was automatically closed after 250 days. New replies are no longer allowed.