snowplow / dataflow-runner

Run templatable playbooks of Hadoop/Spark/et al jobs on Amazon EMR
http://snowplowanalytics.com
19 stars 8 forks source link

Add base64 template functions #19

Closed alexanderdean closed 7 years ago

alexanderdean commented 7 years ago

There should be two options:

  1. The argument is the string to Base64-encode
  2. The argument is a file to Base64-encode (file path relative to what?)
BenFradet commented 7 years ago

I think it'll be easier to have two template functions: base64 and base64fFle for example, what do you think @alexanderdean ?

alexanderdean commented 7 years ago

Fine by me!