Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add software tagging for SPSS and Stata 3.3 #41

Open
spuddybike opened this issue Apr 2, 2024 · 1 comment
Open

Add software tagging for SPSS and Stata 3.3 #41

spuddybike opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels
3.3 3.3 issues

Comments

@spuddybike
Copy link
Member

spuddybike commented Apr 2, 2024

  <GrossFileStructure isUniversallyUnique="true">
    <r:URN>urn:ddi:uk.genscotland:e3fc49ff-d893-434e-a4c6-24bc6b7c3934:1</r:URN>
    <r:Agency>uk.genscotland</r:Agency>
    <r:ID>e3fc49ff-d893-434e-a4c6-24bc6b7c3934</r:ID>
    <r:Version>1</r:Version>
    <CaseQuantity>5</CaseQuantity>
  </GrossFileStructure>

Add CreationSoftware element as below

@spuddybike
Copy link
Member Author

  <GrossFileStructure isUniversallyUnique="true">
    <r:URN>urn:ddi:uk.genscotland:e3fc49ff-d893-434e-a4c6-24bc6b7c3934:1</r:URN>
    <r:Agency>uk.genscotland</r:Agency>
    <r:ID>e3fc49ff-d893-434e-a4c6-24bc6b7c3934</r:ID>
    <r:Version>1</r:Version>
    <CaseQuantity>5</CaseQuantity>

    <CreationSoftware>
      <r:SoftwareName>
        <r:String xml:lang="en-GB">STATA</r:String> or
        <r:String xml:lang="en-GB">SPSS</r:String>
      </r:SoftwareName>
      <r:Description>
        <r:Content>Stata XXX </r:Content>
        <r:Content>IBM SPSS STATISTICS 64-bit Macintosh 28.0.0.0</r:Content>
      </r:Description>
    </CreationSoftware>

  </GrossFileStructure>

Where XXX is mapped from the format version to the 'nice name'

  121     Stata 18 
  120     Stata 18 
  119     Stata 15 
  118     Stata 14
  117     Stata 13 
  115     Stata 12
  114     Stata 10
  113     Stata  8

@spuddybike spuddybike changed the title Add software tagging for SPSS 3.3 Add software tagging for SPSS and Stata 3.3 Apr 2, 2024
@spuddybike spuddybike added the 3.3 3.3 issues label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.3 3.3 issues
Projects
None yet
Development

No branches or pull requests

2 participants