List is separated by comma and new line. Each item in list ends with a comma, and a new line. In that case this tool can remove duplicate from the given list. For example in JavaScript list there are lot of duplicate items and you do not want to waste your time manually removing those duplicate items then take the help from this tool.
Input:-
"item1",
"item2",
"item1",
"item2",
"item1",
Output:-
"item1",
"item2",
"item2",