FCLOSE procedure
Translation reference for UTL_FILE.FCLOSE.
Description
Syntax
UTL_FILE.FCLOSE(
FILE VARCHAR
);Setup data
CREATE SCHEMA IF NOT EXISTS UTL_FILE
COMMENT = '{"origin":"sf_sc","name":"snowconvert","version":{"major":1, "minor":0},"attributes":{"component":"udf"}}';GET @UTL_FILE.utlfile_local_directory/<filename> file://<path_to_file>/<filename>;Custom procedure overloads
UTL_FILE.FCLOSE(VARCHAR)
Parameters
Functionality
Usage example
Snowflake
Known Issues
1. Modify the procedure for changing the name of the stage.
2. Location static.
5. Files supported.
Last updated