List of questions
Related questions
Question 74 - DEA-C01 discussion
If external software i.e. TIBCO, exports Data fields enclosed in quotes but inserts a leading space before the opening quotation character for each field, How Snowflake handle it? [Select 2]
A.
Snowflake automatically handles leading spaces by trimming implicitly & removes the quotation marks enclosing each field.
B.
field_optionally_enclosed_by option along with TRIM_IF function in COPY INTO statement can be used to handle this scenario successfully.
C.
Snowflake reads the leading space rather than the opening quotation character as the beginning of the field and the quotation characters are interpreted as string data.(Correct)
D.
COPY command trims the leading space and removes the quotation marks enclosing each field
E.
copy into SFtable
F.
from @%SFtable
G.
file_format = (type = csv trim_space=true field_optionally_enclosed_by = '0x22');
Your answer:
0 comments
Sorted by
Leave a comment first