I have a large CSV file that has many short words and I need to change them into a full word. I found few posts here such as 1, 2 but most of these are either change the entire row or needs to do manually one by one.
My CSV file looks like:
infoID messages
111 we need to fix the car mag but we can't
113 we need a shf to perform eng change
115 gr is needed to change
116 bat needs change
117 car towed for ext change
118 car ml is high
.
.
My another file that has all the full word of short-form words and I want to use that to apply in my document and it is in the form of:
shf:shaft
gr:gear
ml:mileage
It would be great if you can provide your help with code that I can run in my side as well. Thanks