[FEA] Improve escape character and quotation character parsing in Json and CSV reader. #6305
Labels
cuIO
cuIO issue
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Performance
Performance related issue
Milestone
Is your feature request related to a problem? Please describe.
As of now, csv and json reader are post processing occurrences of escape character and quotation character once it parses complete string.
cudf/cpp/src/io/csv/reader_impl.cu
Line 375 in 76e2e15
Describe the solution you'd like
We might be able to handle skipping/leaving those character while copying the data.
The text was updated successfully, but these errors were encountered: