Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using an array for input to an ESB Service.

I have an ESB Service that currently accepts a single param of type String that is a comma delimited string of ID's. 

 

My Service needs to query a MSSQL DB but somehow map the ID's passed into the Service to ID's in a table. I currently have a ESBProviderRequest -> tXMLMap -> tESBProviderReponse but I don't know how to utilize that String of ID's to do what I'm wanting to do.

 

I'd appreciate some design help on this.

 

Thanks

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi there,

 

This can be done using a tNormalize component to split your string of IDs, resulting in a separate row in the output flow for each ID.

 

You'll find this under Processing/Fields in the component palette.

 

Regards,

 

 

Chris

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi there,

 

This can be done using a tNormalize component to split your string of IDs, resulting in a separate row in the output flow for each ID.

 

You'll find this under Processing/Fields in the component palette.

 

Regards,

 

 

Chris