在下面给出的示例中,最后一行未上载。我收到一个错误:
Data between close double quote (") and field separator: 这看起来像一个bug,因为管道符号之间的所有数据都应该作为一个字段来处理。
模式:1:string,2:string,3:string,4:string
上传文件:
This | is | test only | to check quotes
second | line | "with quotes" | no text
third line | with | "start quote" and | a word after quotes上面的第一行和第二行被处理。但不是第三个。
更新:
请一些人解释一下为什么除了第三行以外,下面的还能工作
This | is | test only | to check quotes
second | line | "with quotes" | no text
third line | with | "start quote" and | a word after quotes
forth line | enclosed | {"GPRS","MCC_DETECTED":false,"MNC_DETECTED":false} | how does this work?
fifth line | with | {"start quote"} and | a word after quotes对此可以有一些花哨的解释。从最终用户的角度来看,这是荒谬的。
发布于 2019-09-10 01:24:25
将此作为另一种选择:
更长的如何-到:
https://stackoverflow.com/questions/12418381
复制相似问题