A Data Engineer needs to ingest invoice data in PDF format into Snowflake so that the data can be queried and used in a forecasting solution. What is the recommended way to ingest this data?
A.
Use Snowpipe to ingest the files that land in an external stage into a Snowflake table.
B.
Use a COPY INTO command to ingest the PDF files in an external stage into a Snowflake table with a VARIANT column.
C.
Create an external table on the PDF files that are stored in a stage and parse the data into structured data.
D.
Create a Java User-Defined Function (UDF) that leverages Java-based PDF parser libraries to parse PDF data into structured data.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Snow_P
1 month ago