Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to Remove set of Rows

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 

3 REPLIES 3
NickC
Alteryx Alumni (Retired)

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.

Labels