Back to Utilities Integrations
Handler · Version 1

Utility File Append Utilities

Download GitHub

About

If you are appending to a text file, the file content field should be populated with the desired string (i.e. - This is a test.).

If you are populating a comma separated value file, the file content field should be populated with comma separated strings (i.e. - "This","is","a","test.").

Configurations
Name Description Sample
enable_debug_logging True or False false
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered.
File Path The full path (including file name) to the desired file to be appended.
Content to Append The content to append at the end of the file.
Results
Name Description
Handler Error Message If empty result, the update was successful else there will be an error message.
Changelog

UtilityFileAppend_V1 (2021-05-20)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top