vogievetsky commented on issue #8555: Regarding Ingestion Data Formats : Regex URL: https://github.com/apache/incubator-druid/issues/8555#issuecomment-534334581 Hi! This kind of question is exactly why in Druid 0.16.0 we are introducing a `Paste data` inline data option! Let's have a looky-look with your data:  Clicking next to go to the next step...  We see that you can use a pattern of `(.*)\s(.*)\s(.*)` and set columns to `version, accountId, customerHash` or whatever. Note that your data has a header, your probably want to remove it as you do not want it to be a row in your data.
---------------------------------------------------------------- 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]
