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

I have an exampleset i want to convert it into a .txt file

Somnath_DasSomnath_Das Member Posts: 31 Maven
The format of the exampleset is attached. Output .txt file should have it in the format as follows:

"S12345","FP"
"S23456","FP"
"S34567","FP"
"S45678","FP" 

Best Answer

  • kaymankayman Member Posts: 662 Unicorn
    Solution Accepted
    Use the csv operator, this will create a tabular text format file. You can then just save as txt instead of csv
Sign In or Register to comment.