Skip to content

Instantly share code, notes, and snippets.

@nickmancol
Created November 1, 2017 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmancol/b7ca66f5a869d569a50d2a29aaa2cce6 to your computer and use it in GitHub Desktop.
Save nickmancol/b7ca66f5a869d569a50d2a29aaa2cce6 to your computer and use it in GitHub Desktop.
<config>
<var-def name="fileContent"><file path="file.csv" action="read"></file></var-def>
<var-def name="destVar">
<script return="lines"><![CDATA[
lines = fileContent.toString().split(System.getProperty("line.separator"));
]]></script>
</var-def>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment