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:
   
   
![image](https://user-images.githubusercontent.com/177816/65471830-91a24d80-de25-11e9-86d3-bbc0178894f1.png)
   
   Clicking next to go to the next step...
   
   
![image](https://user-images.githubusercontent.com/177816/65471879-c910fa00-de25-11e9-84e2-ec159518d24f.png)
   
   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]

Reply via email to