activities
latest
false
- Release Notes
- Overview
- Uploading data to Communications Mining
- Using the Dispatcher Framework
- Activities reference
Helper functions
Communications Mining Activities
Last updated Oct 11, 2024
Helper functions
Just like withthe
StreamResult
class, you typically won't need to interact with these properties directly. There are a set of helper functions that make
it easy to access the data you need:
FieldExists(string name)
Returns:
bool
This function lets you determine whether a given field exists for the current extraction.
GetFieldValue(string name)
Returns:
string
This function returns the value for the given field.
Note: If the field does not exist, then an empty string will be returned.