Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1938#discussion_r166505141
--- Diff: docs/data-management-on-carbondata.md ---
@@ -407,6 +415,7 @@ This tutorial is going to introduce all commands and
data operations on CarbonDa
projectjoindate,projectenddate,attendance,utilization,salary',
'MULTILINE'='true','ESCAPECHAR'='\','COMPLEX_DELIMITER_LEVEL_1'='$',
'COMPLEX_DELIMITER_LEVEL_2'=':',
+ 'HEADER'='false',
--- End diff --
suggest moving this line to 413 line.
---