Greetings
I have a task here where I wish to use the power of Regex and AWK to manage datasets. I have picked a movie data set and in some fields, the information is nested with multiple ',' which is already the field separator. I understand that this can be done with GUI tools but I wish to be able to handle it via AWK cli. Let me paste 2 records of the data set to elaborate my problem. I am fairly a beginner here and I will appreciate any guidance. Thank you.
Following are 3 records, including the header from the movie dataset I found on kaggle.
What possible approaches I can use, using regex and AWK to display each record. I can't because the number of fields maybe different in each record but the nested record is contained in . How do I treat any data within as ONE field and still display the whole record using single regex, maybe using an AWK script?
Much obliged for any advice from the regex PROs.