FAQ: Convert a blob key to base64 string for import?

I built a different way to do this which is all in Celigo. If you go to the marketplace, you can find it under "Blobkey Conversion Helper".

With this being said, you normally do not need to use this. Normally, if you need to send base64 to your endpoint, you'd do something like this if you already have a blobKey:

If you need to convert base64 to blobKey, then you normally would use the "Look up additional files (per record)" option for your lookup and then maybe set the "Path to file in HTTP response body" if the base64 string isn't send in the raw response body. This will give you a blobKey to use.

1 Like