| |||||||||
I receive the following catalog validation error when uploading and validating a Catalog Interchange Format (CIF) file:
Currency aribacurrency is not valid.
Here is an example of an affected row in the catalog:
AN01000000000,2772882,TTSIBM412CID,4-Line System Phone with Headset and Caller ID,43191504,45.24,EA,1,"Q" Intellidata,http://www.example.com/2772967,,50.24,EA,en_US,USD,4-Line Phone,,,,,,
The "Q" in the manufacturer's name term is being processed in a way that was not intended. Quotation marks are used as delimiters in CIF formatting.
上载并验证目录交换格式 (CIF) 文件时,收到以下目录验证错误:
货币 aribacurrency 无效。
以下是目录中受影响行的示例:
AN01000000000,2772882,TTSIBM412CID,4-Line System Phone with Headset and Caller ID,43191504,45.24,EA,1,"Q" Intellidata,http://www.example.com/2772967,,50.24,EA,en_US,USD,4-Line Phone,,,,,,
制造商名称术语中的“Q”以非预期的方式处理。双引号在 CIF 格式化中用作分隔符。
要对该术语的双引号进行转义,请在双引号前面加上反斜杠 (\),以便将其读取为双引号而不是分隔符。
以下是更正后的示例:
AN01000000000,2772882,TTSIBM412CID,4-Line System Phone with Headset and Caller ID,43191504,45.24,EA,1,\"Q" Intellidata,http://www.example.com/2772967,,50.24,EA,en_US,USD,4-Line Phone,,,,,,
如果在术语中出现字符 (;)、(,)、(}) 和 (\),可能会对格式化产生不利影响。
有关详细信息和示例,请参阅 Ariba 目录格式参考指南。
SAP Business Network 采购和供应链 > 目录 > 目录错误
SAP Business Network 采购和供应链 > 目录 > 目录验证