Forum Discussion
VenDaFabricator
1 year agoResolver I
Creating zip file in notebook
I got bunch of .delta table which in need to save as .json and zip them to supply it thrid party tool for futher processing. I was able to get all .delta tables into .json files, but getting erro...
lbendlin
1 year agoSuper User
not sure what am doing wrong
It's pretty clear that what you are trying to do is not supported. Don't use zipFile - use its in-memory equivalent, whatever that is.
VenDaFabricator
1 year agoResolver I
Thanks lbendlin for the reply, do you got any sample code using in-memory to do this zipping for files or any links.
- lbendlin1 year agoSuper User
- VenDaFabricator1 year agoResolver I
Thanks lbendlin 👍 ... will give a try and see how it goes. 👍