FPD is good at tables so ... get the data into a table ie
structures as follows:
carinfo c-50,;
bodypart c-25,;
status N-1
then when all the text file is read assign each to a record. At this point, it doesn't matter if there are duplicate carinfo,bodypart records with a different status...