ODBC Driver for HDFS

Build 23.0.8839

AppendToFile

Create and Write to a File.

Input

Name Type Required Description
Path String True The absolute path of the file for which content will be appended.
FilePath String False The path of the file whose content will be appended to the specified file. Has higher priority than Content.
Content String False The content as a string which will be appended to the specified file. Has lower priority than FilePath.

Result Set Columns

Name Type Description
Success Boolean Whether the operation completed successfully or not.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839