Export in CSV file (server file system) 2.0
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 OPTION 2: With Parameters
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
- CP1252, see also https://en.wikipedia.org/wiki/Windows-1252
- BOM (byte order mark), see also https://en.wikipedia.org/wiki/Byte_order_mark