diff --git a/lib/xlsx/xform/core/core-xform.js b/lib/xlsx/xform/core/core-xform.js index b9c8486a6..61efa4d06 100644 --- a/lib/xlsx/xform/core/core-xform.js +++ b/lib/xlsx/xform/core/core-xform.js @@ -35,7 +35,8 @@ var props = { description: 'Comments', language: 'Language', keywords: 'Tags', - category: 'Categories' + category: 'Categories', + identifier: 'Identifier' }; var CoreXform = module.exports = function() { @@ -44,6 +45,7 @@ var CoreXform = module.exports = function() { 'dc:title': new StringXform({tag: 'dc:title'}), 'dc:subject': new StringXform({tag: 'dc:subject'}), 'dc:description': new StringXform({tag: 'dc:description'}), + 'dc:identifier': new StringXform({tag: 'dc:identifier'}), 'dc:language': new StringXform({tag: 'dc:language'}), 'cp:keywords': new StringXform({tag: 'cp:keywords'}), 'cp:category': new StringXform({tag: 'cp:category'}), @@ -78,6 +80,7 @@ utils.inherits(CoreXform, BaseXform, { this.map['dc:title'].render(xmlStream, model.title); this.map['dc:subject'].render(xmlStream, model.subject); this.map['dc:description'].render(xmlStream, model.description); + this.map['dc:identifier'].render(xmlStream, model.identifier); this.map['dc:language'].render(xmlStream, model.language); this.map['cp:keywords'].render(xmlStream, model.keywords); this.map['cp:category'].render(xmlStream, model.category); @@ -127,6 +130,7 @@ utils.inherits(CoreXform, BaseXform, { title: this.map['dc:title'].model, subject: this.map['dc:subject'].model, description: this.map['dc:description'].model, + identifier: this.map['dc:identifier'].model, language: this.map['dc:language'].model, keywords: this.map['cp:keywords'].model, category: this.map['cp:category'].model,
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: