How can we help you today? How can we help you today?
jnahmias
Hi Ben, benhall wrote: Thank you very much for all of the feedback! It has been really useful. Glad to help. benhall wrote: 4) On the table generation settings, you can define what should happen if the data is invalid - for example too large for the column. I recommend that you switch this to truncate data instead of skip row which will solve your problem without having to modify the regex. Yes, but that would affect the entire row, correct? Regardless, that's probably a good idea. benhall wrote: 6) Could you suggest any alternatives on how you would have liked to solve this scenario? Do you think a different type of generator is required for example? I'd like to be able to specify a constant prefix (maybe, for bonus points, a selection of prefixes with weights) which would then have a number appended to it. The number should have the same options as your current number generator (sequential, random, step size, etc...) with the option to zero-pad it out to a certain length. This could generate data like: HMS00001 HMS00002 HMS00003 ... benhall wrote: 12) You can configure this behaviour in the application options, under project setup however I'm not sure this is the best place for the setting. Never noticed that. However, I would argue that you probably don't need a setting. Just do it once when creating a new project, and then offer to do it when the "refresh schema" button is pressed. benhall wrote: 13) I am unable to replicate this. Have you configure the generator with any SQL text or connection setting? No, I don't believe so. benhall wrote: 16) Could you please confirm which Set unique option you mean? Is is the "All key values unique" option? Yes. / comments
Hi Ben, benhall wrote: Thank you very much for all of the feedback! It has been really useful. Glad to help. benhall wrote: 4) On the table generation settings, you can define what should happ...
0 votes
I just ran into another thing: If I create/save a project, then add tables to the database, then reopen the project, the new tables are automatically selected for generating random data. This is BAD! [image] / comments
I just ran into another thing: If I create/save a project, then add tables to the database, then reopen the project, the new tables are automatically selected for generating random data. This is B...
0 votes