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

Somnath_Das
Somnath_Das New Altair Community Member
edited November 5 in Community Q&A
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

  • kayman
    kayman New Altair Community Member
    Answer ✓
    Use the csv operator, this will create a tabular text format file. You can then just save as txt instead of csv

Answers

  • kayman
    kayman New Altair Community Member
    Answer ✓
    Use the csv operator, this will create a tabular text format file. You can then just save as txt instead of csv