Options

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

  • Options
    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.