We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an emitter with locale setted but the output is generic emitter:
{ "emitters": { "user":[{"name":"user", "locale":"IT", "num": 0, "frequency": "0s", "duration": "0s", "preload": 1, "valueTemplate": "user", "output": "stdout", "keyTemplate": "null", "outputTemplate": "{{.V}}\n", "topic": "user"}] }, "global": {..
Output:
{ "guid": "72612965-5600-426f-8c2b-98e0cab9b9f8", "nsg":"2842031084149", "abi":"03359" "isActive": false, "balance": "€4439.09", "picture": "http://placehold.it/32x32", "age": 26, "eyeColor": "green", "name": "Martha Jimenez", "gender": "F", "company": "Gray Matter Technologies", "work_email": "[email protected]", "email": "[email protected]", "about": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.Fusce elit magna, lobortis nec semper non, aliquam at nisl. Vestibulum elementum suscipit", "country": "US", "address": "Denver, Beach Road 59, 96813", "phone_number": "720 79789353", "mobile": "3845929", "latitude": -87.5658, "longitude": -66.4086 }
The text was updated successfully, but these errors were encountered:
hey Giuseppe, have you tried to have just the emitters you are using configured in jrconfig.json, removing the others with a different locale?
Sorry, something went wrong.
Hi ugol, Yes, i have tried to set all the emitters on the same locale and to have only one emitter either but nothing works
that's bizarre, the basic template run
jr run --locale it user
works on your machine?
also, are you sure you are using the jrconfig.json you are editing?
the problem is the preload settings
all the object created in the preload fase didn't get the locate option
No branches or pull requests
I have an emitter with locale setted but the output is generic
emitter:
Output:
The text was updated successfully, but these errors were encountered: