Changes between Version 2 and Version 3 of Initial Incremental Export


Ignore:
Timestamp:
10/31/11 16:16:38 (13 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Initial Incremental Export

    v2 v3  
    1 In November 2011 we began work exporting data from Onyx for the first time.
     1In October 2011 we began work exporting data from Onyx for the first time.
    22
    33Recognising that data was likely to be incorrect at least in some way this is not considered to be the definitive export, and NO PURGE WILL TAKE PLACE.
     
    2424       <script type="INCLUDE">
    2525          <javascript>
    26             <![CDATA[($('Participants:Admin.Interview.status').any('COMPLETED')).and($('RecruitmentContextQuestionnaire:QuestionnaireRun.timeStart').year().trim().any('2010')).and($('RecruitmentContextQuestionnaire:QuestionnaireRun.timeStart').month().trim().any('0', '1', '2', '3', '4', '5'))]]> // COMPLETE status only and year = 2010 and month 0 = January through to 5 = June
     26            <![CDATA[($('Participants:Admin.Interview.status').any('COMPLETED')).and($('RecruitmentContextQuestionnaire:QuestionnaireRun.timeStart').year().trim().any('2010')).and($('RecruitmentContextQuestionnaire:QuestionnaireRun.timeStart').month().trim().any('0', '1', '2', '3', '4', '5'))]]>
    2727          </javascript>
    2828        </script>
    2929        <script type="EXCLUDE">
    3030          <javascript>
    31             <![CDATA[$('Participants:Admin.Interview.exportLog.destination').any('BRICCS.Participants')]]> // i.e. exclude if previously exported
     31            <![CDATA[$('Participants:Admin.Interview.exportLog.destination').any('BRICCS.Participants')]]>
    3232          </javascript>
    3333        </script>
     
    7171On completion of the 18 runs, the total number of exported interviews should match the total number of COMPLETE interviews in Onyx.
    7272
     73== Notes of the actual export process ==
     74
     75First increment export-destinations.xml version created in svn
     76
     77First increment export-destinations.xml version copied to data.briccs.org.uk/onyx-config/...
     78
     79First increment export-destinations.xml version downloaded to the test onyx server and export run successfully.
     80