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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error converting data type nvarchar to numeric

I am getting error as "Error converting data type nvarchar to numeric" when I am trying to extract data from a CSV file using dynamic schema and load it to target table in db.I have already checked with the datatype in target table and source table, it's the same.

My job is running correctly for all steps and I am getting correct output in a CSV file but getting the above error while inserting into target table.

Labels (3)
3 Replies
manodwhb
Champion II
Champion II

@shrath , As part of your data may be it have some string characters ,because of which when you are loading into  table it is giving this error.

 

 

Anonymous
Not applicable
Author

@manodwhb , My data has all the numeric values but I am getting the same error

manodwhb
Champion II
Champion II

@shrath , can you share your component screenshots of schema of csv and database and let me know which column is that?