I have API response like below
"Name","Product ID","Product Description","Location", "Product Family","Product Type","Serial Number"
"W2DY-BL3I-AR7Z","ABC67-HW","Security Appliance","USA", "Cloud Managed Security Appliances","Security","Q2AY-YX3W-VRXZ"
First line is CSV headers & second line is values.
I want to get values of Product ID, Location & Serial Number like below:
ABC67-HW
USA
Q2AY-YX3W-VRXZ