简体   繁体   中英

Alternative to MONEY Data type in Azure data factory

From an on-premise PostgreSQL DB I am trying to take it as source in the mapping data flow of Azure data factory. In postgreSQL DB table their is a column with values '$22.44', their(PostgreSQL DB) one can use MONEY datatype. Is their any alternative to MONEY in the Azure data factory. I can use string, But that is an incorrect way to import the data. So please recommend any other alternative if available.

Thank you!

There is no explicit data type for money or currency as we have for date and time. You can use either of int or float or decimals or string to store the same.

I see you have already opened this ask in discussion , you can post to support or as an idea here too to get an official response.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM