In the example below, the last line is not loaded. I get an error message:
Data between close double quote (") and field separator:
This looks like an error, since all data between pipe symbols should be treated as one field.
Pattern: one: string, two: string, three: string, four: string
Upload file:
This | is | test only | to check quotes second | line | "with quotes" | no text third line | with | "start quote" and | a word after quotes
Processing the first and second lines. But not the third.
Update:
Can someone explain why the next job is except the third line ?
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
It could be some kind of bizarre explanation. From an end user perspective, this is absurd.
shantanuo
source share