I need to reorder the data I have in a text file, everything is mixed, without separators and I do not have the knowledge to separate the data by types in different columns, one column for
str
and another one for float
. The file is hugely large. How can I manage these types of problems?
Ecode
|Id
|Name
|salary
|birthdate
|income
deducciones
, deducciones SSO
, impuestos
and others ... When the file was transferred to text with the PDF to TXT , the tabulation and the order of the files were lost, everything remains in a single column when I pass it to Excel (the file is also too big and heavy).