🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

File extension of log file

User: "ivangfalconi"
New Altair Community Member
Updated by Jocelyn
<?xml version="1.0" encoding="UTF-8"?><process version="8.0.001">
<operator activated="true" class="write_csv" compatibility="8.0.001" expanded="true" height="82" name="Write CSV" width="90" x="45" y="289">
<parameter key="csv_file" value="problema"/>
<parameter key="column_separator" value=";"/>
<parameter key="write_attribute_names" value="true"/>
<parameter key="quote_nominal_values" value="true"/>
<parameter key="format_date_attributes" value="true"/>
<parameter key="append_to_file" value="false"/>
<parameter key="encoding" value="SYSTEM"/>
</operator>
</process>

Hi. Need help, please. Error message: "No log data table available".  First, I named log file differently from the dataset (in "Create Log Data" operator) and creted a new folder for it. "Log" operator requests the path of folder. Did not work so I named log file with same name of dataset. Did not work either. What extension file should log file be?       PM1.pngPM2.pngPM3.pngPM4.png

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer

    Hi @ivangfalconi,

     

    The XML process, you provided, is incomplete : It can be loaded.

    Moreover we don't know what is your label attribute.

    In view of the screenshots, you used the "predictive maintenance " process template.

     

    Can you please share your whole process ?

     

    Regards, 

     

     

    Lionel

     

    User: "ivangfalconi"
    New Altair Community Member
    OP
    Accepted Answer
    <?xml version="1.0" encoding="UTF-8"?><process version="8.0.001">
    <operator activated="true" class="write_csv" compatibility="8.0.001" expanded="true" height="82" name="Write CSV" width="90" x="45" y="238">
    <parameter key="column_separator" value=";"/>
    <parameter key="write_attribute_names" value="true"/>
    <parameter key="quote_nominal_values" value="true"/>
    <parameter key="format_date_attributes" value="true"/>
    <parameter key="append_to_file" value="false"/>
    <parameter key="encoding" value="SYSTEM"/>
    </operator>
    </process>
    <?xml version="1.0" encoding="UTF-8"?><process version="8.0.001">
    <operator activated="true" class="write_csv" compatibility="8.0.001" expanded="true" height="82" name="Write CSV" width="90" x="380" y="442">
    <parameter key="column_separator" value=","/>
    <parameter key="write_attribute_names" value="true"/>
    <parameter key="quote_nominal_values" value="true"/>
    <parameter key="format_date_attributes" value="true"/>
    <parameter key="append_to_file" value="false"/>
    <parameter key="encoding" value="SYSTEM"/>
    </operator>
    </process>
    <?xml version="1.0" encoding="UTF-8"?><process version="8.0.001">
    <operator activated="true" class="write_csv" compatibility="8.0.001" expanded="true" height="82" name="Write CSV" width="90" x="380" y="391">
    <parameter key="column_separator" value=","/>
    <parameter key="write_attribute_names" value="true"/>
    <parameter key="quote_nominal_values" value="true"/>
    <parameter key="format_date_attributes" value="true"/>
    <parameter key="append_to_file" value="false"/>
    <parameter key="encoding" value="SYSTEM"/>
    </operator>
    </process>
    <?xml version="1.0" encoding="UTF-8"?><process version="8.0.001">
    <operator activated="true" class="write_csv" compatibility="8.0.001" expanded="true" height="82" name="Write CSV" width="90" x="380" y="391">
    <parameter key="column_separator" value=","/>
    <parameter key="write_attribute_names" value="true"/>
    <parameter key="quote_nominal_values" value="true"/>
    <parameter key="format_date_attributes" value="true"/>
    <parameter key="append_to_file" value="false"/>
    <parameter key="encoding" value="SYSTEM"/>
    </operator>
    </process>

    Thank you for your quick reply and apologize for my late reply. I am not sure if what I copied - complete process - is OK. It resembles the previous process already posted.  In order to copy process for 1st part, I followed instructions from video. For remaining subprocesses I connected the write operator to the last operator. Is this correct?

    And yes, ii is basically same model posted in the tab menu "Learn" except that I added a "Dicretize" operator in one of the Subprocesses.

    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer

    Hi @ivangfalconi,

     

    It seems you are not using the good method to share your process : 

    You have just to follow these 2 steps : 

    1. Copy your XML code  : 

    Predicitive_maintenance_1.png58858

    2. Paste your XML code in the Insert Code pop up window then click "OK"

    Predicitive_maintenance_2.png5855

     

    3. That's it ! 

     

    I hope it helps,

     

    Regards, 

     

    Lionel