I have a very large gzip csv file (around 500GB) which I need to import in datastore using the bulk load tool. Is it possible without having to unzip it first? If yes how I have to configure my bulkload.yaml file?
transformers:
- kind: Client
connector: csv
connector_options:
encoding: zip?