Load data from a CSV file in a GZIP file and output it to stdout.
Generate the complete configuration
embulk guess seed.yml -o config.yml
Run embulk with new configurtation file
embulk run config.yml
Just by changing the path_prefix
in seed.yml to './data/sample_'
from './data/compressed_'
we can see the change in the configuration file generated. A decoder of type gzip is removed from the configuration by finding out that the file is of type CSV.