<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: OpenTable in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685980#M18447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWorkspaceFactory pFact;&lt;BR /&gt; IWorkspace pWorkspace;&lt;BR /&gt; IFeatureWorkspace pFeatws;&lt;BR /&gt; &lt;BR /&gt; // Create pTable from .csv file...&lt;BR /&gt;pFact = new TextFileWorkspaceFactory();&lt;BR /&gt;pWorkspace = pFact.OpenFromFile(LocalFolder, 0); -- LocalFolder is where CSV files are located&lt;/P&gt;&lt;P&gt;pFeatws = (IFeatureWorkspace)pWorkspace;&lt;BR /&gt;pTable = pFeatws.OpenTable(CSVFile);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2019 23:42:24 GMT</pubDate>
    <dc:creator>ElizabethWare1</dc:creator>
    <dc:date>2019-11-22T23:42:24Z</dc:date>
    <item>
      <title>OpenTable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685976#M18443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to open a .CSV in c# using the IFeatureWorkspace.OpenTable, but for some reason I am getting an error that has no error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;((System.Runtime.InteropServices.ExternalException)(com)).ErrorCode -2147220655.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IWorkspaceFactory pFact;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureWorkspace pFeatws;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ITable pTable;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Table to Geocode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//IWorkspace pWorkspace;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// Create pTable from .csv file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pFact = new TextFileWorkspaceFactory();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pFeatws = (IFeatureWorkspace)pFact.OpenFromFile(LocalFolder, 0);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//pFeatws = (IFeatureWorkspace)pWorkspace;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pTable = pFeatws.OpenTable(CSVFile);&amp;nbsp;&amp;nbsp;&amp;nbsp; //open the .csv file...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to work with other clients, but this is the first one that I Have created the GeoCoding.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:47:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685976#M18443</guid>
      <dc:creator>ElizabethWare</dc:creator>
      <dc:date>2011-09-20T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenTable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685977#M18444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does your code work for another CSV file?&amp;nbsp; If so then you probably need to examine your Geocoding CSV file to make sure there is no special character or file permission issues that is causing your C# exception.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 19:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685977#M18444</guid>
      <dc:creator>SteveFang</dc:creator>
      <dc:date>2011-09-20T19:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: OpenTable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685978#M18445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the exact same problem. I cannot open a very simple CSV file as a ITable...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685978#M18445</guid>
      <dc:creator>OlivierVoyer</dc:creator>
      <dc:date>2012-07-25T15:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: OpenTable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685979#M18446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having this issue with 10.7. I get an error, but no error really explaining why it is erroring. This worked fine in 9.3. Please help me get past this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 23:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685979#M18446</guid>
      <dc:creator>ElizabethWare1</dc:creator>
      <dc:date>2019-11-22T23:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: OpenTable</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685980#M18447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWorkspaceFactory pFact;&lt;BR /&gt; IWorkspace pWorkspace;&lt;BR /&gt; IFeatureWorkspace pFeatws;&lt;BR /&gt; &lt;BR /&gt; // Create pTable from .csv file...&lt;BR /&gt;pFact = new TextFileWorkspaceFactory();&lt;BR /&gt;pWorkspace = pFact.OpenFromFile(LocalFolder, 0); -- LocalFolder is where CSV files are located&lt;/P&gt;&lt;P&gt;pFeatws = (IFeatureWorkspace)pWorkspace;&lt;BR /&gt;pTable = pFeatws.OpenTable(CSVFile);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 23:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/opentable/m-p/685980#M18447</guid>
      <dc:creator>ElizabethWare1</dc:creator>
      <dc:date>2019-11-22T23:42:24Z</dc:date>
    </item>
  </channel>
</rss>

