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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
AbiJeev
Creator
Creator

Split one column to unknown number of columns

I want to split a column based on double pipe (||) delimiter and load it into excelfile, and my output column number varies .can anyone help me to achieve this , I tried dynamic in textractdelimited but that is not supported .Am using Talend real time big data 7.3.1 version

I want to have one value in one column in excel

Thank you

Labels (4)
2 Replies
Anonymous
Not applicable

Hi

What about tExtractDynamicField which is available in all subscription-based Talend products.

Can you show us an example data to explain your requirement?

 

Regards

Shong

AbiJeev
Creator
Creator
Author

There are many rows in a table and am.itrrating one by one .In that row am having a varchar type snowflake where ​am storing many records. Single column with many records . So am using tfixedflow after iteration , then tNormalize to split the rows and to split columns which is unknown is where am struck and after splitting columns I have to put into excel. Then for next iteration I have to apend in next sheet

E.g

Column1

Aa||34||der

Bb||35||and

The above 2 records are in single row and a column. Like stored the entire file in single column