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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to