3. (25) You are given three tab-delimited text files formatted as follows: title.basics tconst (string) - alphanumeric unique identifier of the title . title (string) -the popular title at the point of release . startYear (YYYY) - represents the release year of a title. In the case of TV Series, it is the series start year endYear (YYYY)-TV Series end year. 'IN' for all other title types name.basics . nconst (string) - alphanumeric unique identifier of the name/person . primaryName (string)- name by which the person is most often credited knownForTitles (array of tconsts) - titles the person is known for . title.principals tconst (string) - alphanumeric unique identifier of the title . principalCast (array of nconsts) - title's top-billed cast/crew . Your goal is to create a list of the principals and their titles. Each entry (line) will include the person's name, one of the titles associated with them, and the title's start year. Example: Carrie Fisher Star Wars 1977 Describe the process you would use to create this list. Be specific. You may assume pseudocode implementation if you would prefer.) enough memory to hold all data in program memory. (You may substitute a 3. (25) You are given three tab-delimited text files formatted as follows: title.basics tconst (string) - alphanumeric unique identifier of the title . title (string) -the popular title at the point of release . startYear (YYYY) - represents the release year of a title. In the case of TV Series, it is the series start year endYear (YYYY)-TV Series end year. 'IN' for all other title types name.basics . nconst (string) - alphanumeric unique identifier of the name/person . primaryName (string)- name by which the person is most often credited knownForTitles (array of tconsts) - titles the person is known for . title.principals tconst (string) - alphanumeric unique identifier of the title . principalCast (array of nconsts) - title's top-billed cast/crew . Your goal is to create a list of the principals and their titles. Each entry (line) will include the person's name, one of the titles associated with them, and the title's start year. Example: Carrie Fisher Star Wars 1977 Describe the process you would use to create this list. Be specific. You may assume pseudocode implementation if you would prefer.) enough memory to hold all data in program memory. (You may substitute a