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
Hi - I wanted to check if it is feasible to provide a feature of generating nested arrays in a JSon object.
For a given customer, can we generate multiple addresses(Which is a struct and has multiple address fields..like street, city, state etc).
It will be great if we can get this in a single topic..where address is an Array of Struct.
As of now, I am able to generate the one to many relation, using two separate topics and then using ksql to join the datasets.
This feature would be very useful, to simulate Json datasets with nested arrays.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - I wanted to check if it is feasible to provide a feature of generating nested arrays in a JSon object.
For a given customer, can we generate multiple addresses(Which is a struct and has multiple address fields..like street, city, state etc).
It will be great if we can get this in a single topic..where address is an Array of Struct.
As of now, I am able to generate the one to many relation, using two separate topics and then using ksql to join the datasets.
This feature would be very useful, to simulate Json datasets with nested arrays.
The text was updated successfully, but these errors were encountered: