Changes
|-
|}
=== How should I handle the import / export files, especially from third party systems? ===
Simple make a temporary copy of the files currently processed and delete / rename this file afterwards. For example, a file located under "c:\ext\import.csv" should be imported.
# Move the file to "c:\UBIK\EnterpriseService\data\in\import.tmp"
# Process the file
# Rename the file to "c:\UBIK\EnterpriseService\data\in\import.processed"
{{Hint|Depending on the agreed workflow the file might be only copied or deleted after being processed.}}
[[Category:Best Practices (internal)|Interface Practices]]