[
https://issues.apache.org/jira/browse/HBASE-15736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15264033#comment-15264033
]
Federico Ponzi commented on HBASE-15736:
----------------------------------------
Hi and thanks for reply.
As per https://tools.ietf.org/html/rfc4180
6. Fields containing line breaks (CRLF), double quotes, and commas
should be enclosed in double-quotes. For example:
"aaa","b CRLF
bb","ccc" CRLF
zzz,yyy,xxx
So I think the bulk importer should support this function
> TSV Bulk loader not supporting multi-line strings
> -------------------------------------------------
>
> Key: HBASE-15736
> URL: https://issues.apache.org/jira/browse/HBASE-15736
> Project: HBase
> Issue Type: Bug
> Reporter: Federico Ponzi
> Labels: bulkloader, tsv
> Original Estimate: 2m
> Remaining Estimate: 2m
>
> Example tsv:
> {code}
> 1,"This string is
> on two lines"
> 2,"Hello world"
> {code}
> Bad line at offset: 18:
> No delimiter
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)