I am trying to optimize how my logging file looks in an app I have developed. I'm currently using the following code:
$pro_arry = @(
"V 1.0 Initial Release 7 July 2022",
"V 1.1 Optimized Update functionality and added logging 9 July 2022"
)
it looks like such:
I would like to use something like a nested array in order to display the Version, Description, and Date in separate cells.
How would I go about doing this?
OGV expects columnar data, just like databases and spreadsheets.
For example: