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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JoshMcNatt
Contributor
Contributor

Pivot Array Field in Postgres Source

I need to parse/pivot an array column into individual columns. The source is Postgres. I cannot get it to work as the fields are not fixed length

Labels (1)
1 Solution

Accepted Solutions
OritA
Support
Support

Hi, 
Looking at the documentation under the Postgres supported  data type the array column are replicated as NCLOB and therefore it is not possible to define transformation rule on them. However for more detailed investigation and better undersanding of the need, we would recommend you to open a case in our support portal and include the table DDL and the task json with the transformation rule you are trying to define so we can see if there is any other way to achieve your need. 

 

thank s& regards,

Orit

View solution in original post

1 Reply
OritA
Support
Support

Hi, 
Looking at the documentation under the Postgres supported  data type the array column are replicated as NCLOB and therefore it is not possible to define transformation rule on them. However for more detailed investigation and better undersanding of the need, we would recommend you to open a case in our support portal and include the table DDL and the task json with the transformation rule you are trying to define so we can see if there is any other way to achieve your need. 

 

thank s& regards,

Orit