Hello, One of the rest service that I need to call needs a bearer token.
It seems Apache Hop doesn’t support directly this, but a token can be generated via a curl call. I could implement that but my problem is once I have created the new Bearer token I need to have a Json Input transform to read the new AccessToken value. Actually the problem is that I have already a Json input Transform that read the business data (Input data that I will provide to the rest) and I have also another Json Input transform to read the new Access Token (each row might have a new access token). You can’ have two Json Inputs within the same stream and I can’t simply join both stream because no common field. Do you know how I can combine the two streams together (First Json File, containing multiple rows with the second Json file that will be created for each rows and will contain only the new Access Token) Thank you in advance for your help Michel
