cancel
Showing results for 
Search instead for 
Did you mean: 

How to download ZIP from url, unzip csv file in the zip and map its content

michal_grnzar
Newcomer
0 Kudos

I dont think this is possible with HTTP adapter but i cant think of any other way either. On the internet i only found SFTP but this is zip containing data in csv being downloaded from url. How would you proceed in this case ? I need to unzip the file and then process the csv data and map it.

Accepted Solutions (0)

Answers (1)

Answers (1)

JaySchwendemann
Active Contributor
0 Kudos

You might switcht to the REST Sender adapter, as it supports binary

you may want to look into the following adapter modules (not necessarly in this order)

  • AF_Modules/PayloadZipBean
  • AF_Modules/PayloadSwapBean
  • AF_Modules/MessageTransformBean

Not sure if this was already done, but my guts feeling is yes. Please try searching for it

Cheers

Jens