usernameGenerator transform use A-Z as "uniqueCounter"

The username-generator transform only provides numeric values for the $uniqueCounter attribute. If you want to use A-Z you will need to type out each iteration of the pattern in the patterns block. For example:

"patterns": [
    "$ln$fia",
    "$ln$fib",
    ...
]