XLSX file upload from api response (type: BLOB)

Converting to url for BLOB which is in pdf format is working fine.

But in case of XLSX format, it is not working.

If we are selecting encoding null in XLSX case, we are getting different output.

Can anyone tell me the solution for this?

Changing encoding to null if you are getting desired input please feel free to use that

If we are selecting encoding null in XLSX case, we are getting buffer output instead of url.

I need to upload this in FILE NODE is there any way to do it?

Could you please elaborate on what you meant by

“I need to upload this in FILE NODE is there any way to do it?”

we are using an API which is giving a BLOB response and the format of the file is XLSX.

we want to upload this file in the FILE NODE of the yellow ai bot.

If we choose ENCODING NULL to convert it into a URL then it get converted into BUFFER

Can you tell the solution for this.

@Shiva_Singhal Currently we don’t have support for “buffer to url” conversion for XLSX . Supported Conversions from buffer to url are → ‘pdf’, ‘png’, ‘jpg’. Appreciate you for pointing out and we will look into this.
cc @gautham