0
votes
2answers
81 views
counting duplicate entries in Data base
I want to count the amount of times that a zip code is entered into a database. I'm not sure if I am using the right function or not. Also eventually I need to separate the zip cod …
1
vote
3answers
117 views
How to delete partial duplicate lines with AWK?
I have files with these kind of duplicate lines, where only the last field is different:
OST,0202000070,01-AUG-09,002735,6,0,0202000068,4520688,-1,0,0,0,0,0,55
ONE,0208076826,01-A …
1
vote
3answers
707 views
xcode duplicate/delete line
Coming from Eclipse and having been used to duplicate lines all the time, it's pretty strange finding out that xcode has none such function. Or does it?
I know it's possible to ch …
0
votes
3answers
32 views
Deduplicating an array of keywords (but not based on EXACT match)
Hi folks! I have a list of a few thousand terms. There is significant overlap in those terms, but in different forms. For example (ruby, a_ruby), (triathlon, triathlete, triathlete …
1
vote
3answers
190 views
Eliminating duplicate same-level elements in XSLT
I'm looking to display a list of same-level node names, without duplicates.
Let's say I have
<a>
<b>
<c />
<d />
<d />
…
0
votes
3answers
224 views
Find duplicate content using MySQL and PHP
Hello, I am facing a problem on developing my web app, here is the description:
This webapp (still in alpha) is based on user generated content (usually short articles although th …
0
votes
6answers
216 views
PHP - Highlight duplicate values in a multidimensional array
I'm outputting a list of purchases, and I want to automatically highlight the presence of duplicate orders.
Here's what the array looks like. The first two orders are duplicate or …
2
votes
9answers
531 views
what are the fast algorithms to find duplicate elements in a collection and group them?
Say you have a collection of elements, how can you pick out those with duplicates and put them into each group with least amount of comparison? preferably in C++, but algorithm i …
0
votes
2answers
178 views
SharePoint: How to have a unique constraint in a list?
In SQL its possible to have fields that cannot contain duplicate data.
How is this possible in SharePoint?
Lets say you have a list containing values like
ORANGES
APPLES
PEA …
0
votes
1answer
49 views
Duplicates in a QIF File?
Does anyone have a good way of deleting duplicate transactions (same date, amount, biller, etc) in a QIF file? I looked at PERL's Finance:QIF, but it appear to have delete a recor …
2
votes
4answers
326 views
SQL Unique Record not column?
Is there a way to insert into an SQL database where the whole record is unique? I know you can make primary keys and unique columns, but that is not what I want.
What is the best …
3
votes
10answers
1k views
What is the best method to remove duplicate image files from your computer
I have a lot of duplicate image files on my Windows computer, in different subfolders and with different filenames.
What Python script or freeware program would you recommend for …
0
votes
4answers
501 views
C# Remove Duplicate Lines From Text File?
Does anyone have any sample code of how to do this?
2
votes
2answers
78 views
Tips for deduping a list based on priority column
I have a set of rows that contain duplicate entries because the data originates from multiples sources. I also have a separate reference table that indicates the priority of those …
2
votes
11answers
2k views
SQL Duplicate Delete Query over Millions of Rows for Performance
This has been an adventure. I started with the looping duplicate query located in my previous question, but each loop would go over all 17 million records...meaning it would take w …
