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: 
djugal
Contributor III
Contributor III

[resolved] Dynamic column mapping in TIS

hi,
can we pick up a csv data irrespective of the mapping,
e.g. i have 3 cols coming frm csv: name age sex
i want csv to mysql
i can do it the first tym but what if the column order is not constant. it can come in any sequence other tym
like age sex name etc.
can it be done by dynamic schema ? if so how ?
Labels (2)
21 Replies
Anonymous
Not applicable

Hi xdshi,
I have a question related to dynamic schema. I am loading a file into mysql table. schema is defined as dynamic.
tfileinputdelimted-> tmap -> tmysqloutput
suppose, my input file has 2 columns- id , name. my table also has same columns. (ID int and Name String).
Problem is, when my ID is null in input file, my job is not inserting the records and throwing an error. (can not insert ' ' in a int column ). I think it is reading those null also as blank string (' ').
Is there any solution to this issue?
Thanks in advance.
Anonymous
Not applicable

Hi shruti04mittal,
What's your expected result for your null input? Do you want to insert it into your mysql table?
Best regards
Sabrina