For example we have a docker app that receives a .csv file from windows environment and then do some processing on it in docker linux environment.
Windows encode new line in CRLF format, but linux can understand only LF and throw an unexpected errors like
ERROR #7207: Datatype value '100 ' is not a valid number > ERROR #5802: Datatype validation failed on property 'esh.i14y.csv.CelciusCSV.Record:Temperature', with value equal to "100 "
Is there a way to convert new line logic inside iris container in cases when .csv file (and other possible files) comes from windows environment ?
4 Comments
https://pt.community.intersystems.com/node/583068
2/03 ~ 2/09Week at a GlanceInterSystems Developer Community
https://pt.community.intersystems.com/node/583066
文章
#InterSystems IRIS for Health
二月 03 - 09, 2025Week at a GlanceInterSystems Developer Community
https://pt.community.intersystems.com/node/583067
https://pt.community.intersystems.com/node/583065
Artigo
姚 鑫 · Fev. 9
3min de leitura
第十九章 O - P 开头的术语
OID
对象(Objects)
请参见对象标识符(object identifier)。
单向外连接 (one-way outer join)
InterSystems SQL
程序员定义的连接,指定连接条件中第一个表为源表,并在输出表中包含源表的所有行,即使第二个表中没有匹配项。源表从第二个表中提取相关信息,但不会因为第二个表中缺少匹配项而牺牲自身的行。
开放数据库连接 (Open Database Connectivity, ODBC)
通用
微软的开放数据库连接(ODBC)为 Windows 上的数据访问提供了一个标准接口。
基于操作系统的认证 (Operating-System–based authentication)
系统
https://pt.community.intersystems.com/node/583063