How can we help you today? How can we help you today?

Issue with generating unique values by pattern

Hi,

I'm trying to generate sets of account numbers, which are either three or eight digits long.

If I use the pattern "00\d{6}|00\d" for either the RegExpGenerator or the Business->Account Number generators with the unique option unchecked, I get a random selection of account numbers that are either three or eight characters long (as expected and desired, save for the lack of uniqueness). However, if I turn on uniqueness, I only seem to be creating account numbers that are eight characters in length. I am generating 1000 rows, so there are more than enough combinations to guarantee unique values.

Can you replicate this issue on your end and is this a bug or my misunderstanding?

David Andres
DAndres109
0

Comments

1 comment

  • benhall
    Hi David,

    I have been able to replicate this and I have added it into our bug tracking system. Thankyou for reporting this.

    Ben
    benhall
    0

Add comment

Please sign in to leave a comment.