You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/06/14 13:23:20 UTC

[GitHub] [druid] liran-funaro commented on issue #8877: csv based ingestion question

liran-funaro commented on issue #8877:
URL: https://github.com/apache/druid/issues/8877#issuecomment-643766095


   Did you consider using `tsv` instead of `csv`?
   That is the data is "tab" separated and use `;` to separate between the IPs.
   
   For example:
   ```json
   "ioConfig": {
         "type": "index_parallel",
         "inputFormat" :  {
           "type": "tsv",
           "delimiter": "\t",
           "listDelimiter": ";",
           "columns": [
             ...
           ],
         ...
       }
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org