Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

parsing data with comma separated

i have input data like this on sql server

name Phone
Janet 1-543-222-532, 1-571-721-421, 754-8812, 754-5432
Mark 202-555-0179, 202-555-0174

 

then i need to parse phone number value by comma separated, like this  

name Phone1 Phone2 Phone3 Phone4
Janet 1-543-222-532  1-571-721-421  754-8812  754-5432
Mark 202-555-0179  202-555-0174  null null

 

Please let me know if anyone has resolved this on 0683p000009MA9p.png .

 

Thanks, Jackson

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Jackson,

 

     You can achieve the solution using tExtractDelimitedFields component. Please refer the details below for your dataset.

 

      I have read the data from file but in your case, the source will be database.

 

0683p000009M1Jo.png

 

 

 

The details of the component can be referred from below screenshot.

0683p000009M1S4.png

 

Output can be referred as shown below.

0683p000009M1SE.png

 

 

 

 

Hope I have answered your query. Could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Jackson,

 

     You can achieve the solution using tExtractDelimitedFields component. Please refer the details below for your dataset.

 

      I have read the data from file but in your case, the source will be database.

 

0683p000009M1Jo.png

 

 

 

The details of the component can be referred from below screenshot.

0683p000009M1S4.png

 

Output can be referred as shown below.

0683p000009M1SE.png

 

 

 

 

Hope I have answered your query. Could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

 


@nthampi wrote:

Hi Jackson,

 

     You can achieve the solution using tExtractDelimitedFields component. Please refer the details below for your dataset.

 

      I have read the data from file but in your case, the source will be database.

 

0683p000009M1Jo.png

 

 

 

The details of the component can be referred from below screenshot.

0683p000009M1S4.png

 

Output can be referred as shown below.

0683p000009M1SE.png

 

 

 

 

Hope I have answered your query. Could you please mark the topic as resolved? Kudos are also welcome 🙂

 

Warm Regards,

 

Nikhil Thampi


 

 

SOLVED

 

Thanks sir 0683p000009MACJ.png