You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres support powerful Array capabilities, but many external tools (such as open source ETL solutions Pentaho Kettle or Talend) don't. For this to work, we need automatic conversions from arrays to strings and vice-versa. This happend transparently.
-- need better examples here!TILDA.strToArray(text);
TILDA.strToArray(varchar)
TILDA.StrNativeArrayToArray(text) returns text[]