Skip to content

Commit

Permalink
Merge c0e9041 into 4a97ba3
Browse files Browse the repository at this point in the history
  • Loading branch information
rishidavda committed Mar 9, 2018
2 parents 4a97ba3 + c0e9041 commit 51fb4b7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -84,6 +84,19 @@ Curly brackets in templates (e.g. JSON format) need to be escaped with double br

{{ "id": "{gen_id}-{worker_id}-{segment_id}", "name": "{first_name()} {last_name()}", "dob": "{date('dd-mm-yyyy')}" }}

CSV Example:

Header

(Column1,Column2,Column3,Column4,Column5)
FirstName,LastName,Age,EmployeeNumber,DateJoint

Segment
john,Smith,{integer(18, 65)},{integer()},{date('yyyy-mm-dd', 2000, 2018)}

Footer
(Blank - as not required for CSV unless you ar using an ETL which my require a data record count)

Templates can contain the following parameters:

<table>
Expand Down

0 comments on commit 51fb4b7

Please sign in to comment.