I'm having trouble converting my SQL ResultSet to JSON format. I'm using a stored procedure flow to bring in the data then I'm using a transform message to convert the output to JSON.
SQL Result:
resultSet1=[{ProductID=1154526, Qty=-3.0, CustomerID=013337, UnitDiscount=-5.8, CustomerDesc=Lion Beer Stockyard, ProductDesc=Water Ice Vodka 66pf 12/1L BTL -11/44}, {ProductID=1132326, Qty=3.0, CustomerID=013337, UnitDiscount=1.0, CustomerDesc=Lion Beer Stockyard, ProductDesc=Water Ice Vodka 66pf 12/1L BTL -11/44}]
The word resultSet1 also needs to be removed.