Hi, I hope everyone doing fine. I'm working on con...
# help-connector-development
a
Hi, I hope everyone doing fine. I'm working on connector development for source which return compressed(tar.gz) file which have multiple .csv file as a response. Does anyone know how we can develop connector in this scenario.
s
Youll need to decompress and decide the response
Might be useful to write the file to disk to avoid memory spikes on large files
a
thanks for your response. Is there any documentation which I can refer.
s
not specifically for decompressing files, no, for that you'd just use a Python library (if you're using python)
a
thanks. I will check more on internet