I have an exampleset i want to convert it into a .txt file
Somnath_Das
New Altair Community Member
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"
"S12345","FP"
"S23456","FP"
"S34567","FP"
"S45678","FP"
0
Best Answer
-
Use the csv operator, this will create a tabular text format file. You can then just save as txt instead of csv-1
Answers
-
Use the csv operator, this will create a tabular text format file. You can then just save as txt instead of csv-1