I now see my issue, didn't realise I used the wrong config file...
However, it says this in the output, am I doing something wrong here?
[WARN] [CSV] Reading CSV file. Please wait...
[WARN] [CSV] 1 of 1 returned users successfully retrieved ready for processing.
[DEBUG] Processing DB User Data
[DEBUG] No Unique Identifier set for this record &map[h_user_id:rubentest]
This is the config I'm using now
{
"CSV": {
"DataSourceFile": "a_csv_file.csv",
"CommaCharacter": ",",
"CarriageReturnRemoval": true
},
"Action": "Update",
"User": {
"UserDN": "{{.keysearch}}",
"HornbillUniqueColumn": "h_user_id",
"AccountMapping": {
"DisableDirectLogin": "true",
"DisableDirectLoginPasswordReset": "true",
"DisableDevicePairing": ""
},
"Status": {
"Action": "Update",
"Value": "archived"
}
}
}