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.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.