Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Load comma separated values into different columns

hi all,

I have a column with comma separated values like 1,2,3,4,5,6,7,8,9,10.

Can i separate this values into individuals columns with particular column name.

If possible Can anyone explain how can i do while loading the data.

Regards,

kumar

13 Replies
Not applicable
Author

Small clarification!

Does i need to add above both the expression?

If i add i am getting error as "column name should be different".

If i add single i am getting the data in both first column and in last column

jagan
Luminary Alumni
Luminary Alumni

Not both, use any one.

Regards,

Jagan.

Not applicable
Author

Hi jagan,

If V1 then last value will be added to 1st column and 1st value will be moved to 2nd column,

and in V2 1st value is added to 1st column and 2nd in 2nd column, so i need to add if condition to every expression, instead how can i check the version first and then put in the table.

For example:

if(parser_version=v1){

some expression

} else {

other expression

}

Is am i correct? how can i do this in qlik sense?

Not applicable
Author

Thanks jagan helped lot. I got the solution.