Hello, I need to import records from a csv file. But I need to save the import format because i have to import records from this model several times.
There are ways to save the import format of a model ? For example , presetting the fields you want to import. Like the export function. And how I can trigger the import process through a cron
Thanks