Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
NNot_defined1646723267

Snowflake Bulk exec - strip outer array

Hi,

I am trying to get api response that has structure like

{ "metadata":{},

"values": [

"transaction1":{"key1":"value1"},

"transaction2":{"key2":"value2"}

]}

.

I wanted to load only values part into snowflake. It is very huge json response. So I want to split each value from json response to one row in snowflake using

STRIP_OUTER_ARRAY=TRUE

trest -> textractJSON field -> tsnowflakebulkexec

in textractjsonfield, i m reading values part and sending it to next component. The file that is put in snowflake has below format "[""transaction1"":{""key1"":""value1""}, ""transaction2"":{""key2"":""value2""}]"" and so i m not able to use STRIP_OUTER_ARRAY=TRUE in custom copy command in snowflake bulkoutputexec.

Enclosing array in " and escaping every " with " is happening internally. Is there something I can do to make it work? Any suggestion are welcome

Thanks in advance

Using Talend 7.3

Labels (6)
1 Reply
Jai1
Contributor
Contributor

Hi ,

Did you find answer to this question ?