Help with csv parsing

I get csv format as a response

Looks like

Name1,email1,address1
Name2,email2,address2
Name3,email3,address3

The response looks like above text

Then how can I parse that to
All the names in one list, emails in another list and addresses in another list ?

These blocks should work

1 Like

Assuming that the data you get is a properly formatted CSV, you can do as given below to seperate the values into individual lists

Feel free to ask any more queries that you might have.

7 Likes

I saw your comment first time​:frowning_face_with_open_mouth:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.