I&#39;m experiencing a few  conversion problems between MapInfo and Postgres using ogr2ogr on WIndows:<br><br>The command <b>ogr2ogr -f &quot;PostgreSQL&quot; &quot;PG:host=xxx user=yyy dbname=db password=zzz&quot; table_name.tab</b>  works basically OK but I experience a number of translation problems. <br>
<br>Firstly, if the original windows file name has spaces or periods(.) these seem to act as escape char&#39;s and result in a truncated table name in Postgres. I&#39;ve tried all the combination of &quot;&quot; and &#39; &#39; around the file name without success. Is there a solution to this? <br>
<br>Secondly, the uppercase attribute column titles are all translated to lower case e.g. &quot;FlowersMay&quot; is created as &quot;flowersmay&quot;. Is there a way of preserving the case?<br><br>Going the other way with <b>ogr2ogr -f &quot;MapInfo File&quot; new_table_name.map &quot;PG:host=xxx user=yyy dbname=db password=zzz&quot; &quot;table_name&quot;</b> again basically works OK but this time all the columns are created in the new mapinfo table in a different order than in the Postgres table. Again, is there something I&#39;ve missed?<br>
<br>Thanks in anticipation,<br><br>Tim <br><br>