I work with big data, especially text files. These records have fixed number of columns (19 col) . If a record warps it becomes incomplete and the spilled fields form an incomplete new record as shown below.
I need to un-warp the records so that they fit in their respective columns delimited by semicolon. The files can have up to 250,000 records. a faster way to check/fix this will be deeply appreciated.
Thank you.
Normally in Notepad++ you would go to menu
View
and deselect theWord wrap
option.But from your screenshot, it seems more like to be a problem with newlines inserted in your data. For example between line 10 and 11, it looks like as if a newline got inserted at the 18th column. Go to
View
>Show Symbol
>Show All Characters
to validate this hypothesis. That would explain also why you have the same problem with both editors.