I am facing an issue when I try to read the first row in alteryx. When alteryx reads the first file it said that the "limit is reached". And when Alteryx is trying to read the other files I get the message "ended by a downstream tool".
@Hellow
by configuring the input data tools you only want to read the column names
Due to this configuration you are getting this message
record limit = 1
the issue is not that I read only the first row. That is what I want.The issue is that Alteryx is only importing 1 txt file. And all the other not.
The green box is the file that is been imported in Alteryx. And the red box not. I assume it is because Alteryxs says "ended by a downsream tool".
Are all those that didn't import the same type as the csv that you imported?