About 50 results
Open links in new tab
  1. Workbooks.OpenText not parsing csv files properly Excel 2016

    Feb 13, 2017 · Workbooks.OpenText not parsing csv files properly Excel 2016 Asked 9 years ago Modified 5 years, 5 months ago Viewed 16k times

  2. Workbooks.OpenText Error "Expected function or variable"

    Why does my code below not work? It highlights the .OpenText part and states: Expected function or variable Dim Indata As Excel.Workbook Set Indata = Workbooks.OpenText …

  3. How to programatically define FieldInfo parameter on Workbooks ...

    Jul 20, 2018 · The Workbooks.OpenText method takes a parameter called FieldInfo to determine the format types in each column. For example the following code will open a text file and give …

  4. opentext - REST API to upload PDF's and index values to …

    Apr 6, 2017 · I want to upload some documents to Open Text via the REST API 's. I have an Open Text CS set up, but I am not able to hit any of the REST API 's. Also, I need to know …

  5. MS Excel 2019 - VBA - Workbook.OpenText not correctly using …

    Workbooks.OpenText Filename:=filetoopen, Origin:=65001 Set wbDownload = ActiveWorkbook However this opens the file with the substituted ascii characters still with the Origin 65001 - …

  6. Opentext content server unable to create/connect to database

    Jan 31, 2021 · Opentext content server unable to create/connect to database Asked 5 years ago Modified 5 years ago Viewed 2k times

  7. OpenText Content Suite Platform: Database table for finding Type …

    Content Suite Platform Read-Only Named Users Content Suite Platform Standard Named Users SAP Extended ECM by OpenText Professional Users Can somebody please point me to the …

  8. metadata - OpenText Content Server Search API: Retrieve a file's ...

    Jan 13, 2014 · OpenText Content Server Search API: Retrieve a file's category data via URL link in XMLformat? Asked 12 years, 3 months ago Modified 12 years, 1 month ago Viewed 7k times

  9. opentext - How to pass Category Attribute value from REST API

    Aug 17, 2017 · I am able to upload files or create node through the Content server (16.0.3) REST Api (POST: api/v1/nodes). But How do I pass Category Attribute value while uploading file to …

  10. Workbooks.OpenText ignoring FieldInfo column parameter

    Mar 14, 2019 · Workbooks.OpenText Filename:=sPath, DataType:=xlDelimited, Comma:=True, FieldInfo:=Array(Array(18, 5), Array(19, 5)), Local:=True From microsoft's documentation here, …