What do the columns look like? Can you please attach a screenshot or some textual representation of the resulting tables?
Here's a snip-it for the transform_withSql view from the xmi model: <relational:View xmi:uuid="mmuuid:2b8daf0c-eb73-49cb-9342-41355964ea48" name="transform_withSql" nameInSource=""transform:withSql"" supportsUpdate="false"> <columns xmi:uuid="mmuuid:8902fa7c-73f4-4c8a-b4a6-1b05eefa42fe" name="jcr_name" nameInSource=""jcr:name"" nativeType="STRING" length="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:93ecee54-b500-4d19-a500-5933c2abf63d" name="jcr_path" nameInSource=""jcr:path"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:b599eb4b-7784-4083-8e9b-f8a20dad4658" name="jcr_score" nameInSource=""jcr:score"" nativeType="DOUBLE" fixedLength="true" precision="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false" caseSensitive="false" searchability="ALL_EXCEPT_LIKE"> <type href="http://www.w3.org/2001/XMLSchema#double"/> </columns> <columns xmi:uuid="mmuuid:57f16493-fb9d-485f-8a93-32912a63d2ce" name="mode_depth" nameInSource=""mode:depth"" nativeType="LONG" fixedLength="true" precision="20" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false" caseSensitive="false" searchability="ALL_EXCEPT_LIKE"> <type href="http://www.w3.org/2001/XMLSchema#long"/> </columns> <columns xmi:uuid="mmuuid:56d7c2bd-d092-42f0-849e-8da485cf11ff" name="mode_localName" nameInSource=""mode:localName"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> <columns xmi:uuid="mmuuid:27989216-b733-48a2-bb9c-6c116395ff2a" name="mode_properties" nameInSource=""mode:properties"" nativeType="STRING" length="50" nullable="NULLABLE_UNKNOWN" defaultValue="NULL" selectable="false" updateable="false"> <type href="http://www.w3.org/2001/XMLSchema#string"/> </columns> </relational:View>