You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the CSV pump, the Raw Request and Raw Response are base64 encoded, and have to be decoded after writing to the file in order to read them.
We currently have an option for the Elasticsearch pump called decode_base64 that allows for the base64 bits to be decode before being passed to ES. Could we implement something similar for the CSV pump?
The text was updated successfully, but these errors were encountered:
When using the CSV pump, the Raw Request and Raw Response are base64 encoded, and have to be decoded after writing to the file in order to read them.
We currently have an option for the Elasticsearch pump called
decode_base64
that allows for the base64 bits to be decode before being passed to ES. Could we implement something similar for the CSV pump?The text was updated successfully, but these errors were encountered: