This worked great. Just one edit. The line below needs to be added after your first line and then it worked great.
add_action( 'cncsv_import_fields', 'cncsv_process_import', 10, 2 );
Thank you Steven!