go to post Matthias Röttger · Jan 31, 2023 Hi Stefan, thanks for your reply. I use VSCode but not my colleagues. Your solution seems to work, except from one thing. I use the %Stream.FileBinary class for the destination file. %Stream.FileCharacter change on linux (!) the line terminator to LF even when I use write instead of writeLine. Bests, Matthias
go to post Matthias Röttger · Jan 27, 2023 Hi Dmitry,I agree with you, but when you export on Windows and Linux (Iris docker) you have different files because of the line terminator. In fact we use different OS for development/staging, which makes it difficult to compare. The global "LineTerminator" seem to control it for some Streaming-Classes, but it has no effect to the export.