New Archive decoder not working for extracting .bz2 archive

Hi,

For a client I need to extract a file from a .bz2 archive but I can’t seem to get it to work.
In the end I need to extract a large XML and fetch all productlines. For testing purposes I switched to fetching a simple .txt file. Unfortunately still without any success.

The archive can be downloaded using a public URL. I’m not sure what I’m doing wrong. Help would be greatly appreciated!

Hi @Ties

Could you please check whether a related configuration, like the selected HTTP Client, may be disabled?

Hi @Gugi,

Thanks for your response. I checked and all configurations (incoming/entity transformer/storage/http client) are enabled.

As we discussed via direct messages, there was a disabled configuration related to the incoming configuration that caused it wouldn’t run.

In addition, we found that the URL returns HTTP status code 302 (redirection). Therefore, an HTTP plugin called “Follow redirects” is required.

image

Furthermore, after trying to download the new URL (redirected), it returns a zip instead of bzip2.

@Ties Could you please confirm whether the issues have been resolved?