You can configure crontask through configuration for each import. You just need:
- Set your cron expression in your crontab following this exemple:
0 22 * * * /usr/bin/php /path/to/magento/current/bin/magento pimgento:import --code=import-type --file=filename.csv >> /path/to/magento/current/var/log/pimgento_import_type.cron.log`
you can also launch import with command line:
php bin/magento pimgento:import --code=product --file=product.csv