gpt4 book ai didi

sql - 将数据类型 varchar 转换为数字抛出

转载 作者:行者123 更新时间:2023-12-03 04:59:48 27 4
gpt4 key购买 nike

我正在使用数据工厂流程。在我的输入 CSV 文件中,我有像 10617,9 -3360 这样的数字,在我的映射中,我做了 decimal ->decimal (我的输出 SQL DB),但它给了我此错误消息:

Error converting data type varchar to numeric.

source(output(

{pre-taxe amount} as decimal(20,5),
{amount including taxe} as decimal(20,5),

),
allowSchemaDrift: true,
validateSchema: false,
preferredIntegralType: 'integer',
preferredFractionalType: 'decimal') ~> sourceInvoices

sourceInvoices sink(input(
AmountExcludingTax as decimal(20,5),
AmountIncludingTax as decimal(20,5),


),

导致此错误的原因是什么?

最佳答案

我在 ADF 中使用了下面的十进制映射。

enter image description here

在表格列中

enter image description here

关于sql - 将数据类型 varchar 转换为数字抛出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60151934/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com