Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <action-sequence>
  3. <title>Update Pentaho Data</title>
  4. <version>1</version>
  5. <logging-level>ERROR</logging-level>
  6. <documentation>
  7. <author>Todd Vriesema</author>
  8. <description>Updates the Pentaho data with all new or changed Trade Statistics data</description>
  9. <help/>
  10. <result-type/>
  11. <icon/>
  12. </documentation>
  13.  
  14. <inputs/>
  15.  
  16. <outputs>
  17. <PentahoDataIntegrationLog type="string"/>
  18. <success type="string"/>
  19. </outputs>
  20.  
  21. <resources>
  22. <job-file>
  23. <file>
  24. <location>TradeStatisticsJob.kjb</location>
  25. <mime-type>text/plain</mime-type>
  26. </file>
  27. </job-file>
  28. </resources>
  29.  
  30. <actions>
  31. <action-definition>
  32. <component-name>KettleComponent</component-name>
  33. <action-type>Pentaho Data Integration Job</action-type>
  34. <action-resources>
  35. <job-file type="resource"/>
  36. </action-resources>
  37. <action-outputs>
  38. <kettle-execution-log type="string" mapping="PentahoDataIntegrationLog"/>
  39. <kettle-execution-status type="string" mapping="success"/>
  40. </action-outputs>
  41. <component-definition>
  42. <kettle-logging-level><![CDATA[detail]]></kettle-logging-level>
  43. </component-definition>
  44. </action-definition>
  45.  
  46. </actions>
  47. </action-sequence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement