The report(.csv too large ) which I have it contain report description from 1 to 10 rows, which is needed to be deleted and I need to use 11th-row data which has actual data. please help me here.
The actual issue is I can't even see data and Alteryx shows NULL and error msg from Input data.
ASAP
Solved! Go to Solution.
Hello,
Try reading in the CSV as non delimited, use \0 as the delimiter to specify this also make the field length 9999999.
This should now read in the data.
You can then use the Sample tool to skip the first 10 columns, and the text to columns tool to split the data out.
Thanks,
Nick
Hi Nick,
Thank for the reply ,
sorry, i didn't see that file is opened.
it's working now.
Great job. Appreciated.
Hi Nick
sorry, I didn't see that file has opened.
it's working now.
Great job. Appreciated.