jihoonson commented on issue #8936: Parsing is failing for Pipe Separated Values URL: https://github.com/apache/incubator-druid/issues/8936#issuecomment-558294792 `tsv` is actually for delimited file formats and its default separator is a tab. But you should be able to set a custom delimiter by adding a `delimiter` parameter as below. ```json "parseSpec" : { "format" : "tsv", "delimiter": "|", "timestampSpec" : { "column": "l_shipdate", "format": "yyyy-MM-dd" }, ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
