I'm thinking this should be something simple but can't find any help with this on the internet.
I'm using Landmark Admin node to do a dbexport to a variable, then taking that output to a JSON Converter using CSV→JSON and then a JSON Parser node to create an array variable.
When the variable is populated and I try to access it like an array, it returns each letter/number as a separate value instead of recognizing the columns of the array.
array[1][1]
Thanks in advance for any help.