roleImporter V11 createAccessProfile not working

Hi,
I am trying to test the createAccessProfile command from roleImporter.rb version 11, downloaded here: https://community.sailpoint.com/t5/Professional-Services/IdentityNow-Bulk-Access-Profile-and-Role-Importer/ta-p/77382

My csv is as follows:

createAccessProfile,Name of Access Profile,Description,Source,Entitlement Name list,AccesProfile Owner,AccessProfile Approvers List,Required Denied Comments,Required User Request Comments,Revoke Request Approval Schemes,Tags,Segments
createAccessProfile,Lea - roleImporter v11 required AP columns 1,Testing whether all columns are required when creating APs,Active Directory,08629,OWNER,false,false,OWNER,
createAccessProfile,Lea - roleImporter v11 required AP columns 2,Testing whether all columns are required when creating APs,ServiceNow,08629,OWNER,FALSE,FALSE,OWNER,
createAccessProfile,Lea - roleImporter v11 required AP columns 3,Testing whether all columns are required when creating APs,Active Directory,08629,OWNER,false,false,
createAccessProfile,Lea - roleImporter v11 required AP columns 4,Testing whether all columns are required when creating APs,Active Directory,08629,OWNER,FALSE,FALSE,
createAccessProfile,Lea - roleImporter v11 required AP columns 5,Testing whether all columns are required when creating APs,Active Directory,08629,OWNER,FALSE,FALSE,

I keep getting this error:

I saw a thread saying the true/false values have to be in lowercase so I tried that as well but still got the error, which looking at the error message more so seems to be related to the source column.

Does anyone know what’s wrong with my csv?