I have a Large delimited text file that is like this :
{
"reviewerID": "A1EWN6KZ4HMLT7",
"asin": "011040047X",
"reviewerName": "S. Prescott",
"helpful": [
2,
2
],
"reviewText": "The case pictured is a soft violet color, but the case cover I received was a dark purple. While I'm sure the quality of the product is fine, the color is very different.",
"overall": 1,
"summary": "Wrong color",
"unixReviewTime": 1344902400,
"reviewTime": "08 14, 2012"
}
I cant import all of data to excel because of large size and when I imported to access this Error show to me that because of bad sector and large file cant import youre data.
And now I want to separate records that are same in one field . then I want to sort them by that field and then cut them to another file. now what can I do?