This content has been marked as final.
Show 2 replies
-
1. Re: Data Cleansing
Steven Hawkins May 9, 2013 10:46 AM (in response to devin pinkston)Starting with 8.3 you can produce JSON using the jsonArray_Agg, jsonArray, and jsonObject functions - https://docs.jboss.org/author/display/TEIID/JSON+Functions and https://docs.jboss.org/author/display/TEIID/Expressions
Otherwise to produce CSV, you'll likely want to use TEXTAGG - https://docs.jboss.org/author/display/TEIID/Expression
-
2. Re: Data Cleansing
devin pinkston May 9, 2013 1:07 PM (in response to Steven Hawkins)Thank you Steven!