Question: Write an awk script to turn CSV data into a pretty table. First row is a header Ensure each column has the number of spaces
Write an awk script to turn CSV data into a pretty table. First row is a header Ensure each column has the number of spaces it needs Likely you'll want to print the table in the END {} part (after figuring out how much space each line requires).
script should work as the following example:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
