Query to Snowflake and Processing Data
Hello,
I have an easy question for the greater minds on here. I've created a simple https query to test snowflake environment. I'm trying to process the data I receive by iterating through it and I'm having some difficulty with that step.
In detail -
1. The returned results look like this -

2. the data is captured into a module that looks like this

3. Sample of data when passing through this get Data.data module

4. This is converted into an Array

5. Then iterated ...

Question - If I only wanted to read the email column in the next module, how do I do that?










