Error: Field Pivoter allows only List, Map, List-Map, 'x' is an integer!
I am fetching table data using JDBC Multitable where I have selected List-Map. Trying to use field pivoter for the fetched data and send the pivoted data through API using HTTP client destination. But when i specify the field to be pivoted suppose 'x' it gives the following error.
Error:Field pivoter allows only List,Map,List-Map,'x' is an integer.
As mentioned in the documentation, output format from JDBC Multitable is a List-Map: https://streamsets.com/documentation/...
What is the right format to configure field pivoter?