Remove Duplicates From the List

Enter the list to remove the duplicate from the given list

Separated By Comma & Line

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",
Output:-
"item1",
"item2",