-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
How to iterate by reusing results of a previous step in current step? #602
Comments
@sudhindra95 , see here how I am afraid, it's supported at But you can implement and raise a PR if that's the requirement for your usecase and if it helps to solve your usecase. |
Hello @authorjapps, I am aware of usage of parameterized. However, in my usage the data is long and the use case requires me to place data in a JSON file as I have mentioned in the issue. |
@sudhindra95 ,I see you have already placed the |
@nirmalchandra , the use case that I have is to iterate over the data and send it's contents as input to some other step one at a time.
|
@sudhindra95, still trying to get more clarity about your understanding as well as requirements.
1st part: 2nd part: Also please comment if the above understanding of the problem is not correct. |
PS: The second part that you are referring to is the structure of the input data that I am sending to Kafka. I don't have to do any validation here. |
@authorjapps , could you please provide any updates on this? This is a very desirable feature for my org where we want to test a large number of records |
@sudhindra95 , Can you please ping me in Slack around 6pm UK time or bit later(if possible)? |
@authorjapps Have pinged you on Slack |
Hi community, I have the following JSON input file:
dummy_input.json
(Note: I want to include N key-values in this file, where N~ 1000)I have the following Zerocode scenario file:
The result produced by the step send_request is :
I want to pass each value in this result (value1, value2, value3) one at a time to the query that I am using in query_table step. How to achieve this?
I kindly request the author and Zerocode community to assist me in this as this feature is very much needed to test a big data sample
The text was updated successfully, but these errors were encountered: