The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How Import file .txt positioned?
I need to know how can i import a file .txt positioned like this:?
RECORD_N ID_NumNR_ACCOUNT PROG NOME
1 111052376488756571009 D ELIDES DELAVECHE NICOLAU
2 111053376488785441000 D CILENE CORTEZ
3 111054376488809141008 D ELISANGELA D ALVES
4 111055376488854051003 D JOSE MAURICIO P GOM
5 111056376488860941007 D IONE C BRITO
6 111057376488868631006 D ROMARIO P BARBOSA
7 111058376488877841000 D MARCOS ANTONIO DE SOUZA
8 111059376488888601005 D VAGNER FERREIRA
9 111060376488920671008 D RAFAEL GORTE P SILVA
RECORD_N ID_NumNR_ACCOUNT PROG NOME
1 111052376488756571009 D ELIDES DELAVECHE NICOLAU
2 111053376488785441000 D CILENE CORTEZ
3 111054376488809141008 D ELISANGELA D ALVES
4 111055376488854051003 D JOSE MAURICIO P GOM
5 111056376488860941007 D IONE C BRITO
6 111057376488868631006 D ROMARIO P BARBOSA
7 111058376488877841000 D MARCOS ANTONIO DE SOUZA
8 111059376488888601005 D VAGNER FERREIRA
9 111060376488920671008 D RAFAEL GORTE P SILVA
0
Answers
If that's a tab separator: Import as CSV, use tab as separator.
Regards,
Marco
I tried it, but don´t solve the problem, this file is a .txt file, and the spaces isn't tab spaces!
If you want to stay in RM I would play with one of the many operators that allow using RegEx to extract your values from each line.
Hope this helps
Igor
In my case i need to import the files directely in RM, i can´t use excel.
Have other solutions?
This should do, but you might have to adjust the Start/Offset based on your original file