Replies: 1 comment
-
|
@IanVS Toda we don't have an options to do something like this. We need to see in how to implement this, maybe somewhere access to the schema itself and then let the implementer define the faker result itself instead of relying on Kubb. A new concept |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a response that includes
first_name,last_name, andfull_name.I'd like to use faker to generate a fake first name and fake last name, but then combine the two together into the full name. Is that possible to do? I've been experimenting with transformers and mappers, but I don't see an immediate way to accomplish what I'm looking for. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions