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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabuj
Contributor III
Contributor III

How to handle data from a column is coming to another column ( mismatch arrangement ) ?

Dear Team, @Shicong Hong @Fred Trebuchet @Xiaodi Shi,

The data in column B is coming to column C by mistake. What would be the issue ? The input file is csv.

Is it due to delimiter the data is skipped (or) row generator .. what would be the problem. I check the delimiter in data, it's not there.

Source Target

column b ----> column B

column c -----> column B ( Wrong )

Thanks in advance.

Labels (4)
1 Reply
Anonymous
Not applicable

Possible cause is the data itself contains delimiter, for example,

A;B;C

valueA;valueB start; value B ends; valueC

 

valueB start; value B ends is the value of column B, it contains the delimiter.