fcsonline/drill

assign_eval (or exec)

genofire opened this issue · 3 comments

it would be nice to run terminal commands to get "other" values:
Like:

  • uuidgen for generating new UUIDs which could be necessary in URLs or (JSON) body
  • date (see uuidgen)
  • jq to transform data from an previously request or an given file
  • pipe data from previously request into an file

It could be a great addition. I can give it a try.

I just created this initial prototype to cover this use case: #114

The PR was merged!