bugPSPP - Bugs: bug #39336, Implement .spj parser

 
 

bug #39336: Implement .spj parser

Submitter:  Ben Pfaff <blp>
Submitted:  Tue 25 Jun 2013 04:37:18 AM UTC
   
 
Category:  Syntax Parser Severity:  1 - Wishlist
Status:  None Assigned to:  None
Open/Closed:  Open Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 26 Jun 2013 04:44:31 AM UTC, comment #3: 

The contents of the .spj file in the attachment is, after running through "tidy -i --xml":


<?xml version="1.0" encoding="utf-8"?>
<job print="false" syntaxErrorHandling="continue"
syntaxFormat="interactive"
xmlns="http://xml.spss.com/spss/production"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.spss.com/spss/production http://xml.spss.com/spss/production/production-1.1.xsd">

  <output outputFormat="viewer"
  outputPath="C:\Users\Matthew\Desktop\view.spv" />
  <syntax syntaxPath="C:\Users\Matthew\Desktop\validation_extract_dla_1302_main.sps" />
  <syntax syntaxPath="C:\Users\Matthew\Desktop\be_sd_cust_step1.sps" />
  <syntax syntaxPath="C:\Users\Matthew\Desktop\be_sd_cust_step2.sps" />
  <syntax syntaxPath="C:\Users\Matthew\Desktop\validation_diff.sps" />
</job>


which seems rather straightforward.

Ben Pfaff <blp>
Group administrator
Wed 26 Jun 2013 04:01:55 AM UTC, comment #2: 

Attaching an example .spj originally attached to the pspp-users message archived at http://lists.gnu.org/archive/html/pspp-users/2013-06/msg00047.html

(file #28422)

Ben Pfaff <blp>
Group administrator
Wed 26 Jun 2013 04:00:46 AM UTC, comment #1: 

A later XML schema for the .spj format is at http://xml.spss.com/spss/production/production-1.1.xsd

Ben Pfaff <blp>
Group administrator
Tue 25 Jun 2013 04:37:18 AM UTC, original submission:  

Some users would like to run "SPSS Production Jobs" (.spj files).

Documentation for this feature is at http://publib.boulder.ibm.com/infocenter/spssstat/v20r0m0/index.jsp?topic=%2Fcom.ibm.spss.statistics.help%2Fidh_prod.htm

An XML schema for the .spj format is at http://xml.spss.com/spss/production/production-1.0.xsd

Requested by Matthew Silver <mssilver@princeton.edu>

Ben Pfaff <blp>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #28422:  rerunningproductionjobonpspp.zip added by blp (11KiB - application/zip)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by blp (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-26 blp Attached File- Added rerunningproductionjobonpspp.zip, #28422

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code