Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information regarding this Data Generator #17

Open
anand26 opened this issue Jul 12, 2018 · 4 comments
Open

Information regarding this Data Generator #17

anand26 opened this issue Jul 12, 2018 · 4 comments

Comments

@anand26
Copy link

anand26 commented Jul 12, 2018

Hi Ramon,

This is a good utility I came across for data generation especially you provided a plugin for Jmeter, I am wondering where I can found more information about the features and data types that this data generator support, like I was looking for any type which supports date, not able to find.

I did took your code and tried to compile it, but not able to resolve the dependencies, so it was never compiled.

Thanks for your support, looking forward for your reply.

Regards,
Anand

@rbuckland
Copy link
Contributor

Hi Anand,

Most of the documentation is in the code. For a date, You could use

field { "dob".regexgen ("19[3-9][0-9]-(1[012]|0[1-9])-(0[0-9]|1[0-9]|2[0-9])") }.

this creates a "date of birth" by locking down the fields for yyyy-mm-dd to values sensible.

@anand26
Copy link
Author

anand26 commented Aug 14, 2018

Thanks Ramon...but when I download this project in Eclipse and try to resolve the dependencies, I am not able to compile it successfully, not sure what I am doing wrong, I ensured that my eclipse has scala support, can you look at the screenshot as how can i get rid of the build errors...thanks in advance....:)

image

@anand26
Copy link
Author

anand26 commented Aug 16, 2018

Hi Ramon,

Please ignore the last comment, I am able to proceed a bit but still not able to resolve all the issue, so currently I m not having any compiling issue, but when I build the entire project I am getting few errors in .scala files, below is the screenshot where in I am getting the errors as

image

I can see the Generator is defined but still I am not able to resolve the errors from here, might be you should be able to resolve it pretty quick.

Let me know your thoughts on this, thanks in advance...!!

Thanks,
Anand

@rbuckland
Copy link
Contributor

Thanks Anand, I am picking this upnow.
and resolving the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants