Import Flat File using an XML Port

Most of you already know that DataPorts are being discontinued, and don’t work on RTC anymore… Just today I had to import a delimited file through RTC, but the actual import didn’t go so smooth. Here is a brief overview to import… Bron : Magno's Blog…

Reading a text file

To follow up the post about writing a text file with Automation I would also like to post about reading a text file with that same Automation. Now we add the automation automation ‘Windows Script Host Object Model’.File. First you need to create a file system…

Writing to a text file

In Classic Client we are used to use the variable type File to write to a text file. In these cases we have had to convert the Icelandic characters from CP850 to ISO-8859-1 for this to be saved correctly. Bron : Gunnar's Blog Lees meer...