Enter this prompt:\
"I have an Excel file and a text-based file containing line-specific data for pipe diameters and pressure drops. Extract the following:
Line names (e.g., 'Oil-Water Mixture Entry Line').\
Pipe diameters (in mm, convert to this unit if needed) and pressure drops (in Pa) from both the Excel and text-based files.\
Organize the data into a table with columns:\
Line\
Pipe Diameter (Text-Based)\
Pipe Diameter (Excel-Based)\
Pressure Drop (Text-Based)\
Pressure Drop (Excel-Based).\
Put the line names in rows.\
Ensure all values are properly aligned and all values for each parameter has the same unit"\
\
The goal is to:
1. **Extract Key Data**: Gather line-specific data for pipe diameters and pressure drops from both files.
2. **Standardize Units**: Ensure all diameters are in millimeters (mm) and all pressure drops are in Pascals (Pa).
3. **Organize Data**: Create a clear, tabular representation for easy comparison and analysis