我面临的问题如下 在一列中的CSV文件中,我有一个多行格式的文本,如何将多行缩进的相同文本插入到sqlite数据库中。
例如
Id Column1 Column2
1你好这是多行
文本插入数据库
答案 0 :(得分:0)
对于csv中的多行字段,您需要将它们用双引号括起来:
<s:TextInput prompt="First Name" returnKeyLabel="done" enter="{stage.focus = null}"/>
这些字段中的双引号应该使用另一个双引号进行转义:
field1,"this is first line
this is second line
this is third line",field3