So another question brought to you my noob me
So, I'm trying to figure out how this works:
I load a csv table using ajax, I can get info from the loaded table using rex's great plugin CSV and print it in the screen. So far so good.
Now, I would like to feed the info found within a column using the plugin expression AtCol.
At first, I figured out it would be something like this: CSV.AtCol("d") (Like I said, noob me )
What am I missing here as info that I epically fail to see? Thanks in advance!
The right syntax would be:
CSV.At(3, 0)[/code:jn6cqnsv]
3 is the Column and 0 the Row