Add/Call objectscript xml class methods
Hi All,
I have been given the following xml class file with objectscript code that has methods that I need for file conversions. These method implementations will do necessary conversions but I don't know how to add it to Iris studio and run it as a task or maybe if it must be put on any location and call each method from the terminal and even if so how do I then call it.
Please advise how to go about this.
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="IRIS" version="26" zv="IRIS for Windows (x86-64) 2020.1.1 (Build 408U)" ts="2022-02-01 16:19:05">
<Class name="User.Ready.ConvertCSV">
<Super>%RegisteredObject</Super>
<TimeChanged>66141,58621.837791</TimeChanged>
<TimeCreated>65814,24388.941304</TimeCreated>
<Method name="DoAll">
<ClassMethod>1</ClassMethod>
<Implementation>
</Implementation>
</Method>
<Method name="ConvertN">
<ClassMethod>1</ClassMethod>
<Implementation><![CDATA[
</Implementation>
</Method>
<Method name="ConvertI">
<ClassMethod>1</ClassMethod>
<Implementation><![CDATA[
s filename = "C:\ready\In\I\I.csv"
s newFilename = "C:\ready\Out\I.csv"
]]></Implementation>
</Method>
<Method name="ConvertS">
<ClassMethod>1</ClassMethod>
<Implementation><.png)
.png)
I am afraid I have no experience in this area. I suggest that you ask this as a new question posting tagged as HealthShare so that you're more likely to get the attention of those who may know the answer