In a recent PR, a question + response comment touches on this question: #105 (comment).
Two interlated questions emerge for me:
- should item identifiers in DSC ever contain filename extensions (e.g.
".pdf")?
- if they do include them, do these directly become identifiers anywhere in DSpace?
I understand that stakeholders, at least in the past, have included filename extensions in some kind of Item Identifier column in CSVs used for uploads. If the answer to #2 above is "No", then it probably doesn't matter; it sounds like it's a 100% internal identifier that is gone after DSC and DSS ingest the item.
Another question though, how does this scale for items that may have multiple files? Suppose it's a SimpleCSV style workflow, and there are 3 PDFs? Is this when we get into juggling _01 suffixes in the filenames? and is that somehow stripped from the item identifier?
In a recent PR, a question + response comment touches on this question: #105 (comment).
Two interlated questions emerge for me:
".pdf")?I understand that stakeholders, at least in the past, have included filename extensions in some kind of
Item Identifiercolumn in CSVs used for uploads. If the answer to #2 above is "No", then it probably doesn't matter; it sounds like it's a 100% internal identifier that is gone after DSC and DSS ingest the item.Another question though, how does this scale for items that may have multiple files? Suppose it's a
SimpleCSVstyle workflow, and there are 3 PDFs? Is this when we get into juggling_01suffixes in the filenames? and is that somehow stripped from the item identifier?