Forum Discussion

dyingod's avatar
dyingod
Helper I
8 years ago
Solved

Call web API, receive ZIP, decompress multiple JSON files, Load Them

Hello everyone,   Still a noob... I have a simple question. I searched around the forums and found this discussion as the most relevant but I can't make it work and maybe my case is different so I ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    dyingod,

    Yes, File.Contents function requires path parameter.

    In addition, I haven't found any built-in decompress function that can be used to decompress .zip file. Is there any possibility that your web service return .gzip file? If so, you can use Binary.Decompress to automatically proceed this transformation.

    Regards,
    Lydia