Is the functionality C# in Python available in Workspace? If not, is this functionality within the roadmap of enhancement in Workspace?
Hi @sheer.moncatar
Yes, we have the Data Library for .Net available for Workspace. If your migrating from Eikon, you can refer to this article: Migrating Eikon .NET API calls to the Workspace .Net Data Library | Devportal (lseg.com)
Hello Nick, thank you for responding to this question. While your recommendation worked, can you also confirm, is it possible to not generate a RDPlog file each time the application is run?
Yes, you can control how logging works within your application. I would refer to the examples available within the GitHub examples: Example.DataLibrary.DotNet/src/4. Misc/4.0-Log at main ยท LSEG-API-Samples/Example.DataLibrary.DotNet