import_material_from_control_file# Edb.import_material_from_control_file(control_file, schema_dir=None, append=True)[source]# Import materials from the provided control file. Parameters: control_filestrControl file name with full path. schema_dirstrSchema file path. appendboolTrue if the existing materials in Database are kept. False to remove existing materials in database.