Text-Formatter: Convert the data in your ways

Suppose you want to create static country name drop down list from excel sheet column then for option tag,
1. Copy country name column from excel sheet and paste in first textbox.
2. Select 'New Line' separator
3. Type following in format textbox:
<option value="{n}">{0}</option>
4. Click on Convert button. More Details

Enter Text Below:
Select Separator:
New Line Comma(,) Semicolon(;) Single Space( ) Tab Other
Enter Format:

Type {0} to use data. e.g. myobject.{0} = value({0})
Output: