Guest User

Untitled

a guest
Feb 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config>
  3. <datasources>
  4. <from type="database">
  5. <dbconnection user=""
  6. password=""
  7. host=""
  8. name="">
  9. <table name="fyapps">
  10. <select>id,ssn,firstname,lastname</select>
  11. <limit>5</limit>
  12. </table>
  13. <table name="fyapp_educations">
  14. <select>fyapp_id,name</select>
  15.  
  16. </table>
  17. <table name="fyapp_ethnicities">
  18. <select>fyapp_id,ethnicity_code</select>
  19.  
  20. </table>
  21. <merge fieldOne="fyapps.id" fieldTwo="fyapp_educations.fyapp_id" />
  22. <merge fieldOne="fyapps.id" fieldTwo="fyapp_ethnicities.fyapp_id" />
  23. </dbconnection>
  24. </from>
  25. <to type="delimited_file">
  26. <file path="/home/bclark/tmp"
  27. filename="output.txt"
  28. delimiter="," />
  29. </to>
  30. </datasources>
  31. <transforms>
  32. </transforms>
  33. <map>
  34. <field>
  35. <to position="0" />
  36. <from name="fyapps.lastname" />
  37. </field>
  38. <field>
  39. <from name="fyapps.firstname" />
  40. <to position="1" />
  41. </field>
  42. <field>
  43. <from name="fyapps.firstname" />
  44. <to position="1" />
  45. </field>
  46. <field>
  47. <from name="fyapps.firstname" />
  48. <to position="1" />
  49. </field>
  50. </map>
  51. </config>
Add Comment
Please, Sign In to add comment