Tengo varios archivos .TXT entre 150 y 200 MB, el problema es que los datos se presenta en una sola línea y con "bloc de notas" no puedo editar el archivo de manera eficiente.
Quisiera crear una tabla, reporte o listado (filas nuevas) a partir de los datos que se presentan en el archivo .TXT
Creo que solo se debe cambiar los pipe | por un enter pero no sé como
Solved! Go to Solution.
No hablo español, así que uso software de traducción. Al leer los datos de entrada como datos de texto y analizarlos, puede formatearlos en un formato de tabla. Por favor, vea el archivo adjunto.
Hay un foro en español, amigo mío. Allí tendrás más contacto con la comunidad española.
Por lo demás, creo que @gawa ha hecho un buen trabajo.
@gawa it looks like the flat file method is a little inconsistent and leads to a few extra rows with null values:
I brought it in as a delimited file, using no delimiter and parsing with Text-to-Columns before just trimming whitespace and renaming/clean up:
@DataNath Nice amendment! That method seems better way, thank you.
Thank you for your comments but now I have a problem when viewing the data, since with the previous procedure Alteryx does delimit the original .txt file into rows and when it separates the data by pipe or tab I "lose" the records whose information is shown in 2 rows
step 1
step 2
To import as csv I need the record to be less than 16m.
I need to import it as flat with 24,547 lines and each one with 6,500 characters,
resulting in a universe of more than 2.5 million and approximately 30,000 incomplete lines
Thank you !!!
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |