-
Bug
-
Resolution: Done
-
Major
-
9.0
-
Compatibility/Configuration
When importing from JDBC Database using a Informix connection, an incorrect "Name in source" metadata is set as "catalog":"schema":"table-name" instead of "catalog":"schema"."table-name", the delimiter between schema and table-name is set to ':' but Informix uses '.'.
The ':' character must be replaced by a '.' between schema and table name when importing informix tables using Import From JDBC Database.