Does the quote field in the SP config disappear after you click update? Did you check if it works if you put it before delimiter?
Have you tried "quote": "\u0000"? —Andries > On Oct 13, 2015, at 1:24 PM, Sungwook Yoon <[email protected]> wrote: > > I have an apache access log. > It is " " separated '"' quoted string per line. > > In the storage plugin, I defined the storage plugin as, > "ssv": { > "type": "text", > "extensions": [ > "ssv" > ], > "delimiter": " ", > "quote": "\"" > }, > > The "quote" field, is accepted but after update on the storage plugin, with > success message, "quote" field disappears. > > WHY? > > I tried to define the "quote" as "\u0022". Again disappears with success > message. > > Then, drill fails to read the data correctly, ignoring the "quoted" value > direction. > > What should I do in this case? > > Thanks, > > Sungwook
