Hello dear community,
I face an issue that I need to load only first row (header) of the upcoming data in the table via snowpipe. Could you please support me with the correct parameter? I guess, it should be specified somehow in FILE_FORMAT, for example, now I have this file format
FILE_FORMAT = (TYPE = CSV
--COMPRESSION = GZIP
--SKIP_HEADER=1
--FIELD_OPTIONALLY_ENCLOSED_BY = '"'
VALIDATE_UTF8 = FALSE
FIELD_DELIMITER = '|'
ESCAPE_UNENCLOSED_FIELD = NONE
DATE_FORMAT = 'YYYYMMDD'
TIMESTAMP_FORMAT = 'DD.MM.YYYY HH24:MI:SS'
TRIM_SPACE = TRUE
);