Summary

Exports the node result in a CSV file directly into the server file system. The existing file is overwritten.

Example: ...

Situation

Data should be exported for logging reasons

Settings

OPTION 1: Write the path from the view-point of the server and a filename
E.g.: C:\inetpub\wwwroot\XIMES04\Fileshare\Example.csv



OPTION 2: With Parameters
Two parameters were used:

  1. PATH: to describe the path: typically C:\inetpub\wwwroot\XIMES04\Fileshare\
    • Board and editor have access to this folder
    • Other folder like ... \TIS\UPLOAD only allow for the TIS-Editor
  2. Use a static file name, or e.g. for logging reasons create one. E.g. in the formulaoperator
rowNumer == 0 ? (
XIH.SetParam("PATH and File", System.DateTime.Now.Year.ToString("0000") + System.DateTime.Now.Month.ToString("00") + XIH.UserName + System.DateTime.Now.ToString("yyyymmddHHmm") + "AndereTage" + ".csv")) : false




Result

...

Project-File

...

Want to learn more?

Settings

Exports the node result in a CSV file directly into the server file system. The existing file is overwritten.

Parameter

Examples

Example 1: ...

...

Calculation method

Settings

Result

...

 

 

Troubleshooting

Problem

Frequent Cause

Solutions

...

 

...

Related topics