Alteryx Designer Desktop Discussions

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

Read CSV file with a specific newline delimiter

antoine_pac
7 - Meteor

Hi,

 

 

I apologize for my "noob" question.

I have a csv file which I download from a URL with the following pattern :

 

periode;ID;nbPrev<br/>22;34;4323<br/>22;44;984<br/>22;6;389<br/> etc...

 

And I want to read it as a 3 column table, with the classic seperator ";".

 

But how can I interpret the delimiter "<br/>" as a newline delimiter to read the file correctly ?

 

 

Thank you for your help !

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @antoine_pac 

 

The only thing you can do is prep the data after reading it like below.

 

Workflow:

atcodedog05_0-1631544885054.png

 

Hope this helps : )

antoine_pac
7 - Meteor

@atcodedog05thank you for your help !

This solution works, even if I have a huge file as input ?

atcodedog05
22 - Nova
22 - Nova

Hi @antoine_pac 

 

It should.

 

Happy to help : )

Cheers and have a nice day!

Labels