以下の例では、最後の行がアップロードされていません。エラーが発生します:
Data between close double quote (") and field separator:
パイプ記号間のすべてのデータは単一のフィールドとして扱われる必要があるため、これはバグのように見えます。
スキーマ: 1:文字列、2:文字列、3:文字列、4:文字列
ファイルをアップロードする:
This | is | test only | to check quotes
second | line | "with quotes" | no text
third line | with | "start quote" and | a word after quotes
上記の 1 行目と 2 行目が処理されます。しかし、3番目ではありません。
アップデート:
次の行が 3 行目以外で機能する理由を説明してください。
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
これには、いくつかの素晴らしい説明があるかもしれません。エンド ユーザーの観点からすると、これはばかげています。