Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to use the tSampleRow component, but it requires a precise position of rows to extract. I would just like to tell it to take from the second to the last row.
For example, I have x lines (a file-dependent value) and I only want from line 2 to line x.
Just set a very big number that you think the number of lines will not reach?
eg:
"2..1000000"
Just set a very big number that you think the number of lines will not reach?
eg:
"2..1000000"
Yes it's not a bad idea as I don't work with big data
But if there are other techniques with this component, I'm interested
I tested this, but I knew it wouldn't work
Thanks @Shicong Hong