Only Office does not support custom delimiter for Importing CSV - import-csv

Recently, I import a CSV using Only Office Desktop Edition, but it doesn't allow custom delimiter such as |.
Please support this feature.

OnlyOffice Documentserver support custom delimiters from version 4.4.
OnlyOffice DesktipEditors will be released with support of thome soon.

Related

Sphinx Confluence Builder publishing to the Confluence V2 Editor

I am using sphinxcontrib.confluencebuilder to publish my Python documentation to Confluence cloud.
It creates labeled pages with the header/footer macros I need but it does so in the old Editor V1 format.
I haven't been able to find a config setting to tell it to use the Confluence V2 editor format. Is there a way to do so?
Also, the various extensions (myst-parser, m2r2 etc) for processing MD files work fine when outputting HTML but don't seem to take effect when publishing to Confluence. I'm using shell scripting and awk to convert MD to RST files but is there a better way?
Eventually this is going to run within a GitHub workflow.
The extension as of v2.x now supports the "v2" (Fabric) editor format. This can be configured using the confluence_editor option:
confluence_editor = 'v2'
There are limitations when using the editor, which are outlined in the extension's documentation and demonstration pages.
Disclosure: I am a maintainer for the Atlassian Confluence Builder for Sphinx extension.

Does Sphinx have a feature to compare versions of documentation? [duplicate]

Like the documentation of python or django, how do I have multiple versions of my doc with sphinx ?
I saved my doc on git, and I want my user to be able to see documentation for different version like v2.7,v3.4, etc
Thank you for the help
You could just use Read The Docs to host your documentation for you. They automatically handle multiple versions with a dropdown:
https://docs.readthedocs.io/en/latest/index.html
If you'd like to host your own documentation on GitHub Pages or some other web server, I made a Sphinx extension that does what you're looking for:
https://github.com/sphinx-contrib/sphinxcontrib-versioning
There's the sphinx-multiversion extension.
It's similar to sphinxcontrib-versioning, but sphinxcontrib-versioning doesn't seem to be actively maintained. The last release was in 2016, and it doesn't work with more recent versions of Sphinx (issue #77). sphinx-multiversion is a new implementation (see comment by the author).
Note on healthiness of the project: as of December 2020, it seems that SMV is a one-person project and there are a number of open issues and pull requests that haven't been responded to (though see this comment by the author).

Cannot find any free Report Viewer that supports .NET 5.0 - What are the options?

I have an Enrollment App which adds/creates enrollees including subjects. The only problem is that when I tried to implement Report Viewer it doesn't support .NET 5.0. I have also considered DevExpress but its not for free. Are there any other options?
Please make Razor view which displays your report.
If you want to directly export that report into PDF please use
https://github.com/webgio/Rotativa

TYPO3 Neos : How to translate labels from YAML in Back-End?

TYPO3 Neos configuration yaml files contains label attributes, where the translation is hardcoded. If there a system to use external dictionary system, to make labels multi-language compatible ?
As already answered on Twitter those labels will be translateable via Xliff files and the crowdin platform from version 2.0. Using an older version means the only way is to translate them in the source if you really need that.

How do you import reports into Spotfire via CLI?

I am looking into integrating our Spotfire reports into our CI process. Currently we manually export and import the reports into each environment via the Spotfire thick client.
I would prefer to control this via a batch script that would integrate with our SCM. My main issue is that I have not been able to find any information about the spotfire windows server CLI.
here https://docs.tibco.com/pub/spotfire_server/5.0.0-nov-2012/TIB_SSDoc_ServerInstallationManual.pdf there are two commands
export‐library‐content Exports content from the library
import‐library‐content Imports content into the library
hope this helps
I am not sure i got your question but maybe that can help you https://docs.tibco.com/products/tibco-spotfire-automation-services-5-0-0
Full disclosure: I work for TIBCO Spotfire.
The server CLI in 5.0 supports export and import of Library content. Please refer to TIBCO Spotfire Server the pages 209 and 215 in the TIBCO Spotfire Server 5.0.1 Installation and Configuration Manual.

Resources