Here is my code snippet:
IWorkspaceFactory pFact; IWorkspace pWorkspace; IFeatureWorkspace pFeatws; // Create pTable from .csv file...pFact = new TextFileWorkspaceFactory();pWorkspace = pFact.OpenFromFile(LocalFolder, 0); -- LocalFolder is where CSV files are located
pFeatws = (IFeatureWorkspace)pWorkspace;pTable = pFeatws.OpenTable(CSVFile);
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.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.