Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

Reading data from csv with data in the multiple rows

sriniprad08
11 - Bolide

Hi Team,

 

I need help. I have a situation where i have csv file with column names in single row but data is spread across two rows. I need to bring the second row of data in the same line as first row .

ideally the yyy should be part of xxx and the "0";"0";"0";"30" should be in the next column.

 

id;"vse_id";"vse_id";"vse_date_created";"vse_date_planned";"vse_priority_id";"vse_object_id";"vse_creator_id";"vse_dt_id";"vse_desc";"vse_recur_interval";"ese_last_instance";"vse_external_id";"vse_changer_id"
41;"41";"1";"2004-05-24 07:07:30";"2004-06-04 00:00:00";"3";"2908";"30";"1";"xxx
yyy";"0";"0";"0";"30"
21 REPLIES 21
sriniprad08
11 - Bolide
atcodedog05
22 - Nova
22 - Nova

Hi @sriniprad08 

 

Since this is unchecked

atcodedog05_0-1605520336736.png

It should work as expected

 

And my workflow should work even if there is spillage in multiple rows also (i,e 1st row is intact but 2nd row is spilled into multiple rows)

sriniprad08
11 - Bolide

Thank you @atcodedog05  I am getting an error it says can't find the text. how should i modify it pleaes?

 

sriniprad08_0-1605521581390.pngsriniprad08_1-1605521601777.png

sriniprad08_2-1605521622171.png

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @sriniprad08 

 

First thing : you dont need yo groupby in multirow formula tool.

 

Second thing :  Text is the column name. I thing you can do it use a select tool and rename the column you want to work on as Text.

atcodedog05_0-1605521787421.png

 

It should work.

 

Third thing :  i can see you are using excel file i hope you have configured to read from first row.

 

Hope this helps 🙂

sriniprad08
11 - Bolide

Thank you @atcodedog05  . I followed what you said. But it's not working means not getting the desired output.. May be i am missing something simple. Your logic is perfectly fine. Do i need to change any formula.?

sriniprad08
11 - Bolide

Hi @atcodedog05 

 

This is the sample file.

 

Can you please help?

 

Thanks,

S

atcodedog05
22 - Nova
22 - Nova

Hi @sriniprad08 

 

Sorry for the delayed response i was away.

 

I am using @jdunkerley79 's amazing method.

Here is a workflow for the task.

Output:

atcodedog05_0-1605531209773.png

Workflow:

atcodedog05_1-1605531224021.png

 

Hope this helps 🙂


If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

sriniprad08
11 - Bolide

Hi @atcodedog05  Thank you. Great solution. However my data has some serious problems. This workflow is not working there.

 

Thank you againfor your time,

 

Cheers,

Srin

atcodedog05
22 - Nova
22 - Nova

@sriniprad08 

 

Sure let me know how i can help you further🙂

atcodedog05
22 - Nova
22 - Nova

@sriniprad08 

 

Feel free to reply back or reach out if you face any more issues. If i am available i will try my best to help you out 🙂

Labels