himanshushukla254 opened a new issue #8936: Parsing is failing for Pipe Separated Values URL: https://github.com/apache/incubator-druid/issues/8936 I am currently using the druid-Incubating-0.16.0 version. While uploading the pipe separated data like following ``` pushdate|name|rollno|department|result|cgpa 2019-06-14 05:00:11|amar|42|cse|pass|8.6 2019-06-14 05:00:12|rohini|21|ece|fail|3.2 2019-06-14 05:00:13|aman|23|cse|pass|8.9 2019-06-14 05:00:14|rahul|45|ee|fail|4.6 2019-06-14 05:00:17|suvam|68|me|pass|8.2 2019-06-14 05:00:15|pratik|65|cse|pass|7.2 2019-06-14 05:00:16|raunak|23|me|pass|9.1 ``` I am getting **unparseable timestamp** error. As per my debugging, It is not able to parse the given **pushdate** column to **_time** . I just wanted to know, if the druid has support for pipe separated files because it is working when I am keeping it as comma-separated. If it has pipe separated support then any specific configuration is needed. PFA image. 
---------------------------------------------------------------- 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]
