ContributionsMost RecentMost LikesSolutionsHow to avoid JDBC connection password saving/visibility in exported .xml ready API file of project. please guide Re: How to filter out data from json array I am able to achieve this using script assertion but that data is there in script assertion popup itself but I want to use this data save somewhere or for my further testing Re: How to filter out data from json array I need to filter out data from this json array where infrabelclassification = 1 and then used that filtered data data for my further testing How to filter out data from json array I have one API response , where I need to filter out where "infrabelClassification" = 1, how and which assertion is useful ? [ { "id": 1, "commercialLongNameFrench": "Aachen Hbf (DE)", "infrabelClassification": 1 }, { "id": 2, "commercialLongNameFrench": "Aachen-Rothe-Erde", "infrabelClassification": 2 }, { "id": 3, "commercialLongNameFrench": "Aachen-Süd", "infrabelClassification": 1 }, ] Re: How to post and read data from Kafka topic Tried this but not helpful 😕 Re: How to post and read data from Kafka topic Thanks for your reply. But I didn't understand.I need to understand how to read and post data on kafka through Ready API. How to post and read data from Kafka topic Hi Everyone Can u please suggest how to post and read data from kafka topic SolvedHow to filter out some data while calling api Hi I have one API (1st API)where negative values are coming while calling API , but for further comparison of 1 st API with 2 nd API I dont want negative values while comparing.So how could we filter-out negative data in 1st API while calling itself. (1st API) Example [{ "id": -1, "extendedUicCode": "8400706", }, { "id": -1, "extendedUicCode": "8604704" }, { "id": 3 "extendedUicCode": "8015345", }, { "id": 2, "extendedUicCode": "8015343" }] Re: How to Compare an array from one Json Response to an array from another Json response.Can you please help on this to me nmraoHow to Compare an array from one Json Response to an array from another Json response. Hi All, I have 2 different json array and need to validate every n each attribute against each other .Earlier I used Message content assertion but I need to do for all array item manually. for example there is array for "Route" is there any other way to compare array of response ? Solved