ICICsvExportActionParams

The ICICsvExportActionParams interface is used to manage parameters for the CSV Export from Dataset to Path Action in Event Rules.

See also ICICsvImportActionParams.

Properties

  • Property DatasetName As String

  • HRESULT DatasetName([out, retval] BSTR *pVal);
    HRESULT DatasetName([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property Delimiter As String

  • HRESULT Delimiter([out, retval] BSTR *pVal);
    HRESULT Delimiter([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property Overwrite As Boolean

  • HRESULT Overwrite([out, retval] VARIANT_BOOL *pVal);
    HRESULT Overwrite([in] VARIANT_BOOL newVal);

    EFT v8.0.4 and later

  • Property Path As String

  • HRESULT Path([out, retval] BSTR *pVal);
    HRESULT Path([in] BSTR newVal);

    EFT v8.0.4 and later

  • Property UseColumnNames As Boolean

  • HRESULT UseColumnNames([out, retval] VARIANT_BOOL *pVal);
    HRESULT UseColumnNames([in] VARIANT_BOOL newVal);

    EFT v8.0.4 and later