
opentext - eDOCS DM API - setting file extension - Stack Overflow
Sep 22, 2017 · Bit of a long shot but I haven't had any luck finding the answer documented anywhere. I'm writing a custom tool using the eDOCS DM API to bulk upload files into eDOCS. The tool almost …
Workbooks.OpenText not parsing csv files properly Excel 2016
Feb 13, 2017 · Workbooks.OpenText not parsing csv files properly Excel 2016 Asked 8 years, 10 months ago Modified 5 years, 3 months ago Viewed 16k times
Gupta Centura/Team Developer guides/manuals/book
Mar 19, 2018 · The toolset is now owned and developed by OpenText ( and is commonly referred to as Gupta ) and the latest release is v7.1 - which is native 64bit , UNICODE and .Net enabled.
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 …
opentext - How do I clear up Documentum rendition queue ... - Stack ...
Oct 17, 2019 · dmi_queue_item table is used as queue for all sorts of events at Content Server. Content Transformation Service is using it to read at least two types of events, afaik. According to Content …
opentext - How can I get document hash from documentum using …
Feb 19, 2022 · Using DQMan or Document Admistrator, what's DQL statement to get hash of document in DCTM? Select ... ? If it's not possible how can I get it? (I know exactly which is the document, …
How to return the links objects in the content of result of dql ...
Jun 6, 2025 · How to return the links objects in the content of result of dql endpoint call for OpenText Documentum Asked 6 months ago Modified 5 months ago Viewed 78 times
How to open Text File with .OpenText in VBA that starts with first ...
I've come across a nasty little bug in Excel VBA's .OpenText method.. It errors on opening any text or CSV file when the first two letters are upper-case "ID". Here is the article from MS so you ...
opentext - How to override SYS variable in Exstream - Stack Overflow
Aug 21, 2023 · I want to override system variable while running the application. Is there way to override SYS variable in page using control file VARSET.
C# Help reading foreign characters using StreamReader
StreamReader reader = new StreamReader(inputFilePath, System.Text.Encoding.ANSI); using (reader = File.OpenText(inputFilePath)) Thanks Update 1: I have tried all encodings found under …