Run the first three cells in the Notebook to Flattening Directories:
Run first cell to generate today’s date.
Execute the next two cells in the notebook to flatten the file directories.
This process will consolidate all files into a single directory for each environment (dev and prd).
Execute the 4th cell.
This compares each file line by line between the svw_dev and svw_prd directories.
This will output a list of files that have differences between the dev and prd environments.
Step 3: Analyse Differences Using Visual Studio Code
Open Visual Studio Code:
Launch Visual Studio Code.
Open the Folder with Today’s Date:
In Visual Studio Code, open the folder created earlier with today’s date (e.g., 20240731).
Compare Files:
Review the list of files with differences obtained from the Jupyter Notebook.
Open each file in Visual Studio Code and use its comparison features to identify and analyze the specific differences between the dev and prd versions.