• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum RawFileDestinationWriteOption

Namespace:
Varigence.Languages.Biml.Transformation
Assembly:
Biml.dll
C#
    public enum RawFileDestinationWriteOption
    
  

Fields

Append

Specifies that the new data will be appended to the end of existing file.

CreateAlways

Specifies that a new file should be created to store the raw file information. If the file already exists, the existing file will be overwritten.

CreateOnce

Specifies that a new file should be created to store the raw file information. If the file already exists, the component should fail.

TruncateAndAppend

Specifies that the existing file will be be truncated and the the new data will be appended to the end of the truncated file.

© Varigence