## Question 1 A company receives .csv files that contain physical address data. The data is in columns that have the following names: Door_No, Street_Name, City, and Zip_Code. The company wants to create a single column to store these values in the following format: `{"Door_No":"24", "Street_Name":"AAA street", "City": "BBB", "Zip_Code":"11111"}` Which solution will meet this requirement with the LEAST coding effort? | AWS Certified Cloud Practitioner Quiz - LeetQuiz