Introduction:
Recently I came across a scenario where I had an Excel column with data in JSON Format. I wanted to convert JSON to a comma separated string.
Solution:
Select the Table in excel and go to data>> From Table/Range
Click on the arrow above Record and select ok.
Click on Close and Load to save the transformed data to the Parent Excel.
You can further concatenate the columns and use VLOOKUP based on Sr.No to update string to the base row.
Comments
Post a Comment