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

Import Excel decimal to MySQL

Hello,

 

I would like import data from excel file to Mysql Database.
I don't success to import number with decimal because excel format is xxxx,xx
Mysql need a number format with xxxx.xx
For the moment i declare Excel number as a bigDecimal 18,3 and in Mysql DECIMAL 18,3

I begin with talent and i would like to know the best practice.
I tried many conversions in TMap without success.
It's the right way to declare number as decimal or declare as a string ?

 

Thanks for your help

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

   Could you please try the decimal separator operator in advanced section of excel input component?

0683p000009M8Mg.png

 

Make sure that you are changing the thousand separator operator to something different or empty string.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

   Could you please try the decimal separator operator in advanced section of excel input component?

0683p000009M8Mg.png

 

Make sure that you are changing the thousand separator operator to something different or empty string.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

Anonymous
Not applicable
Author

The problem was comming of decimal separator manage.
Thanks that work