Koha::Schema::Result::ImportBatchProfile
import_batch_profiles
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier and primary key
data_type: 'varchar' is_nullable: 0 size: 100
name of this profile
data_type: 'integer' is_nullable: 1
the id of the match rule used (matchpoints.matcher_id)
data_type: 'integer' is_nullable: 1
the id of the marc modification template
data_type: 'varchar' is_nullable: 1 size: 50
how to handle duplicate records
data_type: 'varchar' is_nullable: 1 size: 50
how to handle records where no match is found
data_type: 'varchar' is_nullable: 1 size: 50
what to do with item records
data_type: 'tinyint' is_nullable: 1
should items be parsed
data_type: 'varchar' is_nullable: 1 size: 50
type of record in the batch
data_type: 'varchar' is_nullable: 1 size: 50
file encoding
data_type: 'varchar' is_nullable: 1 size: 50
marc format
data_type: 'longtext' is_nullable: 1
any comments added when the file was uploaded
u_import_batch_profiles__name
Type: has_many
Related object: Koha::Schema::Result::ImportBatch
Koha Object class
Koha Objects class