Changes between Version 2 and Version 3 of CSVExport


Ignore:
Timestamp:
Mar 2, 2010, 1:36:15 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSVExport

    v2 v3  
    1616
    1717
    18                 Default formatting will be column header + all tags.
    19                 Sort order is schema based due to formatting which
    20                 could be different according to schema.
     18Default formatting will be column header + all tags.
     19Sort order is schema based due to formatting which could be different according to schema.
    2120
    2221
    2322[[Image(csv.png)]]
    2423               
    25                 In order to override default formatting, create a template
    26                 with mode="csv" in the metadata-schema.xsl matching the root
    27                 element in order to create a one level tree structure :
     24In order to override default formatting, create a template with mode="csv" in the metadata-schema.xsl matching the root element in order to create a one level tree structure :
    2825
    29                 Example to export only title from ISO19139 records.             
     26Example to export only title from ISO19139 records.             
    3027{{{
    3128                                <xsl:template match="gmd:MD_Metadata" mode="csv">
     
    4239                }}}
    4340               
    44                 The internal separator is used to join multiple objects in one
    45                 columns (eg. keywords will be keyword1###keyword2... and could be explode
    46                 if needed in a spreadsheet).
     41
     42The internal separator is used to join multiple objects in one columns (eg. keywords will be keyword1###keyword2... and could be explode if needed in a spreadsheet).
    4743
    4844=== Proposal Type ===