Bug #1989
Ensure every line should process in the data field while ingestion.
Start date:
12/30/2021
Due date:
12/30/2021
% Done:
100%
Estimated time:
2.00 h
Description
This document https://edutestdev-240612.appspot.com/admin/document/10121/ks28dec21/docs/stable/_modules/torch/multiprocessing.html has multiple lines present in the content of the .txt file but while parsing we're skipping the empty line. Make sure it should not skip the lines present in the data field.
As an example, see the above document doesn't have any spaces present between the statement but in original there is the spaces present and also in the .txt file, spaces are present.
Files