🔘FileIOProcessData
SetDataAsCSV
Set the file data to the bytes of a CSV and change the MIME type to CSV.
Example:
SetDataAsJson
Set the file data to the bytes of JSON and change the MIME type to JSON.
Example:
SetAsDataTable
Remove the file bytes and set a parsed data table.
Example:
GetEncoding
Retrieve the file encoding.
Example:
BytesToString
Convert the bytes to a string using the detected encoding from GetEncoding
.
Example:
TableFromFile
A helper function to get a table from a byte array and MIME type, or if the data table has been assigned, it is returned instead.
Example:
GetConfiguration
Get a configuration value, even if it is encrypted. This method allows you to read configurations when writing plugins for the TransformClient Automation application.
Parameters:
key
: Key of the value (e.g., "AppSettings:MyAPIKey").
Example:
Last updated